diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-18 08:45:25 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-18 08:45:25 +0000 |
| commit | b4b138c27f9f250fa0ce955de65761501559c328 (patch) | |
| tree | edaddd833b7da7fad5ccce7a97a7d3c7c70d9786 /sys/dev | |
| parent | eb51ffcb6d72ccc2249cc61e81aa74c3ee364c53 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ata/ata-all.c | 1 | ||||
| -rw-r--r-- | sys/dev/ata/atapi-tape.c | 1 | ||||
| -rw-r--r-- | sys/dev/ccd/ccd.c | 1 | ||||
| -rw-r--r-- | sys/dev/ciss/ciss.c | 1 | ||||
| -rw-r--r-- | sys/dev/fb/vga.c | 1 | ||||
| -rw-r--r-- | sys/dev/ida/ida.c | 1 | ||||
| -rw-r--r-- | sys/dev/iir/iir_pci.c | 1 | ||||
| -rw-r--r-- | sys/dev/md/md.c | 1 | ||||
| -rw-r--r-- | sys/dev/musycc/musycc.c | 1 | ||||
| -rw-r--r-- | sys/dev/ubsec/ubsec.c | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index 48f9c2c178aae..67da2a067921a 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -39,7 +39,6 @@ #include <sys/bus.h> #include <sys/bio.h> #include <sys/malloc.h> -#include <sys/stdint.h> #include <sys/sysctl.h> #include <machine/stdarg.h> #include <machine/resource.h> diff --git a/sys/dev/ata/atapi-tape.c b/sys/dev/ata/atapi-tape.c index 891dbe45fe3f2..31bf97f90eb35 100644 --- a/sys/dev/ata/atapi-tape.c +++ b/sys/dev/ata/atapi-tape.c @@ -40,7 +40,6 @@ #include <sys/mtio.h> #include <sys/disklabel.h> #include <sys/devicestat.h> -#include <sys/stdint.h> #include <machine/bus.h> #include <dev/ata/ata-all.h> #include <dev/ata/atapi-all.h> diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c index b97324615a399..733fe3daa4a60 100644 --- a/sys/dev/ccd/ccd.c +++ b/sys/dev/ccd/ccd.c @@ -63,7 +63,6 @@ #include <sys/namei.h> #include <sys/conf.h> #include <sys/stat.h> -#include <sys/stdint.h> #include <sys/sysctl.h> #include <sys/disk.h> #include <sys/fcntl.h> diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c index 4cf62719cbbf3..6763c99ffea81 100644 --- a/sys/dev/ciss/ciss.c +++ b/sys/dev/ciss/ciss.c @@ -75,7 +75,6 @@ #include <sys/bus.h> #include <sys/conf.h> #include <sys/stat.h> -#include <sys/stdint.h> #include <cam/cam.h> #include <cam/cam_ccb.h> diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c index 562f71611e477..358bc32b97604 100644 --- a/sys/dev/fb/vga.c +++ b/sys/dev/fb/vga.c @@ -40,7 +40,6 @@ #include <sys/fcntl.h> #include <sys/malloc.h> #include <sys/fbio.h> -#include <sys/stdint.h> #include <vm/vm.h> #include <vm/vm_param.h> diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c index 464ad8731e8a6..5cb69a470633a 100644 --- a/sys/dev/ida/ida.c +++ b/sys/dev/ida/ida.c @@ -40,7 +40,6 @@ #include <sys/param.h> #include <sys/kernel.h> -#include <sys/stdint.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/iir/iir_pci.c b/sys/dev/iir/iir_pci.c index d22077a0629f8..581b2637088ce 100644 --- a/sys/dev/iir/iir_pci.c +++ b/sys/dev/iir/iir_pci.c @@ -48,7 +48,6 @@ #include <sys/kernel.h> #include <sys/module.h> #include <sys/bus.h> -#include <sys/stdint.h> #include <machine/bus_memio.h> #include <machine/bus_pio.h> diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index 232eba8b68288..034fa07afd3ef 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -76,7 +76,6 @@ #include <sys/namei.h> #include <sys/proc.h> #include <sys/queue.h> -#include <sys/stdint.h> #include <sys/sysctl.h> #include <sys/vnode.h> diff --git a/sys/dev/musycc/musycc.c b/sys/dev/musycc/musycc.c index 3fb7834b1e32d..c13b79e119cd3 100644 --- a/sys/dev/musycc/musycc.c +++ b/sys/dev/musycc/musycc.c @@ -47,7 +47,6 @@ #include <sys/bus.h> #include <sys/mbuf.h> #include <sys/queue.h> -#include <sys/stdint.h> #include <machine/bus.h> #include <machine/clock.h> #include <sys/rman.h> diff --git a/sys/dev/ubsec/ubsec.c b/sys/dev/ubsec/ubsec.c index c0916530e159c..c5291b9e45dab 100644 --- a/sys/dev/ubsec/ubsec.c +++ b/sys/dev/ubsec/ubsec.c @@ -55,7 +55,6 @@ #include <sys/mbuf.h> #include <sys/lock.h> #include <sys/mutex.h> -#include <sys/stdint.h> #include <sys/sysctl.h> #include <sys/endian.h> |
