diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-08-22 07:08:17 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-08-22 07:08:17 +0000 |
| commit | 90cf0136c4c538b610702b30b4f37c875fafb776 (patch) | |
| tree | f46af3c8f5cebe26da765a9266722fd67c83dcc0 /sys/dev/tdfx | |
| parent | 38d8c9940bac138b83c5aa0066f0e2623d3a3512 (diff) | |
Notes
Diffstat (limited to 'sys/dev/tdfx')
| -rw-r--r-- | sys/dev/tdfx/tdfx_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c index c715d1a5cb99..ad6c9e2993db 100644 --- a/sys/dev/tdfx/tdfx_pci.c +++ b/sys/dev/tdfx/tdfx_pci.c @@ -55,8 +55,8 @@ #include <sys/systm.h> #include <sys/uio.h> -#include <pci/pcivar.h> -#include <pci/pcireg.h> +#include <dev/pci/pcivar.h> +#include <dev/pci/pcireg.h> #include <vm/vm.h> #include <vm/vm_kern.h> |
