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/fb | |
| parent | 3c5a69f7d0cda4d5da3e70514357a4a4989ceb03 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fb')
| -rw-r--r-- | sys/dev/fb/boot_font.c | 4 | ||||
| -rw-r--r-- | sys/dev/fb/gfb.c | 4 | ||||
| -rw-r--r-- | sys/dev/fb/s3_pci.c | 4 | ||||
| -rw-r--r-- | sys/dev/fb/tga.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/fb/boot_font.c b/sys/dev/fb/boot_font.c index db82efcc4a06..66167ba199b8 100644 --- a/sys/dev/fb/boot_font.c +++ b/sys/dev/fb/boot_font.c @@ -72,8 +72,8 @@ __FBSDID("$FreeBSD$"); #include <sys/bus.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/fb/fbreg.h> #include <dev/fb/gfb.h> diff --git a/sys/dev/fb/gfb.c b/sys/dev/fb/gfb.c index 4e031692ee29..4667dac260ad 100644 --- a/sys/dev/fb/gfb.c +++ b/sys/dev/fb/gfb.c @@ -80,8 +80,8 @@ __FBSDID("$FreeBSD$"); #include <sys/bus.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/fb/fbreg.h> #include <dev/fb/gfb.h> diff --git a/sys/dev/fb/s3_pci.c b/sys/dev/fb/s3_pci.c index 69549db99adf..7ad2071e8447 100644 --- a/sys/dev/fb/s3_pci.c +++ b/sys/dev/fb/s3_pci.c @@ -52,8 +52,8 @@ #include <sys/malloc.h> #include <sys/fbio.h> -#include <pci/pcireg.h> -#include <pci/pcivar.h> +#include <dev/pci/pcireg.h> +#include <dev/pci/pcivar.h> #include <machine/md_var.h> #include <machine/vm86.h> diff --git a/sys/dev/fb/tga.c b/sys/dev/fb/tga.c index a5a56c029401..8ad6bb5b66bf 100644 --- a/sys/dev/fb/tga.c +++ b/sys/dev/fb/tga.c @@ -85,8 +85,8 @@ __FBSDID("$FreeBSD$"); #include <sys/bus.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/fb/fbreg.h> #include <dev/syscons/syscons.h> |
