diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-04-29 15:36:14 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-04-29 15:36:14 +0000 |
| commit | eb95c536adb78f7c5da9c13b496ccfdd79f5a298 (patch) | |
| tree | bf46662116404dc94dc9eb86a3b32312a3f3f17a /sys/dev/ppbus | |
| parent | 5a54cb414592448b37a9788ede3759e1dc97d4a1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppbus')
| -rw-r--r-- | sys/dev/ppbus/immio.c | 1 | ||||
| -rw-r--r-- | sys/dev/ppbus/ppb_msq.c | 1 | ||||
| -rw-r--r-- | sys/dev/ppbus/vpoio.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/ppbus/immio.c b/sys/dev/ppbus/immio.c index 7e473a3a71ff..7a9b503db601 100644 --- a/sys/dev/ppbus/immio.c +++ b/sys/dev/ppbus/immio.c @@ -45,7 +45,6 @@ #endif /* _KERNEL */ #ifdef _KERNEL -#include <sys/kernel.h> #endif /* _KERNEL */ #include "opt_vpo.h" diff --git a/sys/dev/ppbus/ppb_msq.c b/sys/dev/ppbus/ppb_msq.c index af21ac2efff3..61c325c63605 100644 --- a/sys/dev/ppbus/ppb_msq.c +++ b/sys/dev/ppbus/ppb_msq.c @@ -30,7 +30,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/kernel.h> #include <sys/bus.h> #include <dev/ppbus/ppbconf.h> diff --git a/sys/dev/ppbus/vpoio.c b/sys/dev/ppbus/vpoio.c index 2da4d2a45871..0feb9bb4ac47 100644 --- a/sys/dev/ppbus/vpoio.c +++ b/sys/dev/ppbus/vpoio.c @@ -39,7 +39,6 @@ #endif #ifdef _KERNEL -#include <sys/kernel.h> #endif #include "opt_vpo.h" |
