summaryrefslogtreecommitdiffstats
path: root/sys/dev/hme
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-22 06:00:27 +0000
committerimp <imp@FreeBSD.org>2003-08-22 06:00:27 +0000
commite0b136947339cc11c12147d2c4a670eb851fc932 (patch)
treea1114d7dca03d65ced88d018659a40fc8f1f2261 /sys/dev/hme
parent815966c39bb3c79cdf13077e2b364375d13cf648 (diff)
downloadFreeBSD-src-e0b136947339cc11c12147d2c4a670eb851fc932.zip
FreeBSD-src-e0b136947339cc11c12147d2c4a670eb851fc932.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/hme')
-rw-r--r--sys/dev/hme/if_hme_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hme/if_hme_pci.c b/sys/dev/hme/if_hme_pci.c
index f113921..a67af5d 100644
--- a/sys/dev/hme/if_hme_pci.c
+++ b/sys/dev/hme/if_hme_pci.c
@@ -56,8 +56,8 @@
#include <mii/mii.h>
#include <mii/miivar.h>
-#include <pci/pcivar.h>
-#include <pci/pcireg.h>
+#include <dev/pci/pcivar.h>
+#include <dev/pci/pcireg.h>
#include <hme/if_hmereg.h>
#include <hme/if_hmevar.h>
OpenPOWER on IntegriCloud