diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-08-22 05:54:52 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-08-22 05:54:52 +0000 |
| commit | 4fbd232c8640bb1d58dca36e50df7c1c8eb4ca72 (patch) | |
| tree | 633ff3cbdbfdb63210ca731968f72ea813a82ed7 /sys/dev/ar/if_ar_pci.c | |
| parent | 3c5a69f7d0cda4d5da3e70514357a4a4989ceb03 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ar/if_ar_pci.c')
| -rw-r--r-- | sys/dev/ar/if_ar_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ar/if_ar_pci.c b/sys/dev/ar/if_ar_pci.c index 07a9edf55278..1af13cdf3f07 100644 --- a/sys/dev/ar/if_ar_pci.c +++ b/sys/dev/ar/if_ar_pci.c @@ -40,8 +40,8 @@ #include <machine/bus_memio.h> #include <sys/rman.h> -#include <pci/pcireg.h> -#include <pci/pcivar.h> +#include <dev/pci/pcireg.h> +#include <dev/pci/pcivar.h> #include <dev/ic/hd64570.h> #include <dev/ar/if_arregs.h> |
