summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/sparc64/pci/apb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sparc64/pci/apb.c b/sys/sparc64/pci/apb.c
index 61fa83c..52a5270 100644
--- a/sys/sparc64/pci/apb.c
+++ b/sys/sparc64/pci/apb.c
@@ -50,7 +50,6 @@
#include <pci/pcivar.h>
#include <pci/pcireg.h>
-#include <pci/pcib.h>
#include "pcib_if.h"
@@ -111,7 +110,7 @@ static device_method_t apb_methods[] = {
static driver_t apb_driver = {
"pcib",
apb_methods,
- sizeof(struct pcib_softc),
+ sizeof(struct apb_softc),
};
static devclass_t apb_devclass;
OpenPOWER on IntegriCloud