summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_pcib_acpi.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-22 06:06:16 +0000
committerimp <imp@FreeBSD.org>2003-08-22 06:06:16 +0000
commitd29b0e3442bd2980c7cf18e817c695046a25a923 (patch)
treedf5fec3d9674744bb023a5d25271ba5a347e3349 /sys/dev/acpica/acpi_pcib_acpi.c
parente0b136947339cc11c12147d2c4a670eb851fc932 (diff)
downloadFreeBSD-src-d29b0e3442bd2980c7cf18e817c695046a25a923.zip
FreeBSD-src-d29b0e3442bd2980c7cf18e817c695046a25a923.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/acpica/acpi_pcib_acpi.c')
-rw-r--r--sys/dev/acpica/acpi_pcib_acpi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi_pcib_acpi.c b/sys/dev/acpica/acpi_pcib_acpi.c
index ba6e42e..637d7fb 100644
--- a/sys/dev/acpica/acpi_pcib_acpi.c
+++ b/sys/dev/acpica/acpi_pcib_acpi.c
@@ -37,8 +37,8 @@
#include <dev/acpica/acpivar.h>
#include <machine/pci_cfgreg.h>
-#include <pci/pcivar.h>
-#include <pci/pcib_private.h>
+#include <dev/pci/pcivar.h>
+#include <dev/pci/pcib_private.h>
#include "pcib_if.h"
#include <dev/acpica/acpi_pcibvar.h>
OpenPOWER on IntegriCloud