summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sio_pci.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-22 06:17:16 +0000
committerimp <imp@FreeBSD.org>2003-08-22 06:17:16 +0000
commited7e4f2ae7333780b163aa72c1f640f6e57f2e41 (patch)
tree42a5618a4cd4636ef0d5ccb0c0e39a3b5c01b074 /sys/dev/sio/sio_pci.c
parentd29b0e3442bd2980c7cf18e817c695046a25a923 (diff)
downloadFreeBSD-src-ed7e4f2ae7333780b163aa72c1f640f6e57f2e41.zip
FreeBSD-src-ed7e4f2ae7333780b163aa72c1f640f6e57f2e41.tar.gz
Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's code to be compatible with older versions of FreeBSD.
Diffstat (limited to 'sys/dev/sio/sio_pci.c')
-rw-r--r--sys/dev/sio/sio_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c
index 7d989cd..1c1f50aa 100644
--- a/sys/dev/sio/sio_pci.c
+++ b/sys/dev/sio/sio_pci.c
@@ -40,7 +40,7 @@
#include <dev/sio/siovar.h>
-#include <pci/pcivar.h>
+#include <dev/pci/pcivar.h>
static int sio_pci_attach(device_t dev);
static void sio_pci_kludge_unit(device_t dev);
OpenPOWER on IntegriCloud