summaryrefslogtreecommitdiffstats
path: root/sys/pccard
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-05-13 01:52:55 +0000
committerimp <imp@FreeBSD.org>2001-05-13 01:52:55 +0000
commit6615e0fcc9b963b84d5309e6bf421db627ebeb3c (patch)
treee96d23bf103ade35a5762c691f6845e1e0228ee8 /sys/pccard
parentbaa510a9095471fa1528a4c5916fa194d74e9214 (diff)
downloadFreeBSD-src-6615e0fcc9b963b84d5309e6bf421db627ebeb3c.zip
FreeBSD-src-6615e0fcc9b963b84d5309e6bf421db627ebeb3c.tar.gz
I'll be making some rather substantial changes to the pci attachment
of the pcic class of devices. Go ahead and move it to the "usual" place. I say "usual" in quotes since it isn't exactly right (not in dev/blah), but it is closer than before.
Diffstat (limited to 'sys/pccard')
-rw-r--r--sys/pccard/pcic_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index 6308738..0d10f90 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -35,7 +35,7 @@
#include <sys/bus.h>
#include <pci/pcireg.h>
#include <pci/pcivar.h>
-#include <pci/pcic_p.h>
+#include <pccard/pcic_pci.h>
#include <pccard/i82365.h>
#include <vm/vm.h>
#include <vm/pmap.h>
OpenPOWER on IntegriCloud