diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c index f81acc64b9ea..eafffea4889f 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 #include #include @@ -3048,5 +3045,3 @@ vga_diag(video_adapter_t *adp, int level) return 0; } - -#endif /* NVGA > 0 */