summaryrefslogtreecommitdiffstats
path: root/sys/dev/asr
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-22 05:54:52 +0000
committerimp <imp@FreeBSD.org>2003-08-22 05:54:52 +0000
commitc23aaeeba46cfb112bb22a74c0898470331d3e18 (patch)
tree633ff3cbdbfdb63210ca731968f72ea813a82ed7 /sys/dev/asr
parent15f81fe316b4b7defea9d5f5127ba0853ed8bfcd (diff)
downloadFreeBSD-src-c23aaeeba46cfb112bb22a74c0898470331d3e18.zip
FreeBSD-src-c23aaeeba46cfb112bb22a74c0898470331d3e18.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/asr')
-rw-r--r--sys/dev/asr/asr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c
index 1a60f54..4ca3a96 100644
--- a/sys/dev/asr/asr.c
+++ b/sys/dev/asr/asr.c
@@ -243,8 +243,8 @@ static dpt_sig_S ASR_sig = {
#endif
#include <machine/vmparam.h>
-#include <pci/pcivar.h>
-#include <pci/pcireg.h>
+#include <dev/pci/pcivar.h>
+#include <dev/pci/pcireg.h>
#define STATIC static
#define INLINE
OpenPOWER on IntegriCloud