summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_timer.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_timer.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_timer.c')
-rw-r--r--sys/dev/acpica/acpi_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_timer.c b/sys/dev/acpica/acpi_timer.c
index 576ce59..61edc05 100644
--- a/sys/dev/acpica/acpi_timer.c
+++ b/sys/dev/acpica/acpi_timer.c
@@ -44,7 +44,7 @@
#include "acpi.h"
#include <dev/acpica/acpivar.h>
-#include <pci/pcivar.h>
+#include <dev/pci/pcivar.h>
/*
* A timecounter based on the free-running ACPI timer.
OpenPOWER on IntegriCloud