diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2004-07-09 23:12:22 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2004-07-09 23:12:22 +0000 |
| commit | 64e6e863ac0009bd024c244b559e6d977db73bf6 (patch) | |
| tree | ef6a6e9343151683633890e82688a72a82c8284b /sys/dev/fb | |
| parent | cf92b47413fa63962845acdadf8a1bf3e89cae86 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fb')
| -rw-r--r-- | sys/dev/fb/creator.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/fb/creator.c b/sys/dev/fb/creator.c index 172a341b0436..00cf4149b7fa 100644 --- a/sys/dev/fb/creator.c +++ b/sys/dev/fb/creator.c @@ -29,14 +29,10 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> -#include <sys/kernel.h> -#include <sys/conf.h> -#include <sys/cons.h> -#include <sys/proc.h> -#include <sys/fcntl.h> -#include <sys/malloc.h> #include <sys/fbio.h> #include <sys/consio.h> +#include <sys/kernel.h> +#include <sys/module.h> #include <machine/bus.h> #include <machine/ofw_upa.h> |
