aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/an/if_an_pci.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-08-22 05:54:52 +0000
committerWarner Losh <imp@FreeBSD.org>2003-08-22 05:54:52 +0000
commit4fbd232c8640bb1d58dca36e50df7c1c8eb4ca72 (patch)
tree633ff3cbdbfdb63210ca731968f72ea813a82ed7 /sys/dev/an/if_an_pci.c
parent3c5a69f7d0cda4d5da3e70514357a4a4989ceb03 (diff)
downloadsrc-4fbd232c8640bb1d58dca36e50df7c1c8eb4ca72.tar.gz
src-4fbd232c8640bb1d58dca36e50df7c1c8eb4ca72.zip
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.
Notes
Notes: svn path=/head/; revision=119277
Diffstat (limited to 'sys/dev/an/if_an_pci.c')
-rw-r--r--sys/dev/an/if_an_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c
index 2ec7057484ae..5fe7901fc45f 100644
--- a/sys/dev/an/if_an_pci.c
+++ b/sys/dev/an/if_an_pci.c
@@ -80,8 +80,8 @@ __FBSDID("$FreeBSD$");
#include <net/if_dl.h>
#include <net/if_media.h>
-#include <pci/pcireg.h>
-#include <pci/pcivar.h>
+#include <dev/pci/pcireg.h>
+#include <dev/pci/pcivar.h>
#include <dev/an/if_aironet_ieee.h>
#include <dev/an/if_anreg.h>