diff options
-rw-r--r-- | sys/dev/fb/vga.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c index f81acc6..eafffea 100644 --- a/sys/dev/fb/vga.c +++ b/sys/dev/fb/vga.c @@ -29,13 +29,10 @@ * $FreeBSD$ */ -#include "vga.h" #include "opt_vga.h" #include "opt_fb.h" #include "opt_syscons.h" /* should be removed in the future, XXX */ -#if NVGA > 0 - #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> @@ -3048,5 +3045,3 @@ vga_diag(video_adapter_t *adp, int level) return 0; } - -#endif /* NVGA > 0 */ |