aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-01-29 14:43:47 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-01-29 14:43:47 +0000
commitbc518034791df32bddd46ba6f1d959bb9fecdf59 (patch)
tree0f225c40e052b16300600a2b85f3e657afc12048 /sys/dev/fb
parent25a2c600afefd692414b9f0535e695c8f1ff1d31 (diff)
downloadsrc-bc518034791df32bddd46ba6f1d959bb9fecdf59.tar.gz
src-bc518034791df32bddd46ba6f1d959bb9fecdf59.zip
Remove #include "vga.h" and #if NVGA > 0 as it's implied by config.
Notes
Notes: svn path=/head/; revision=56832
Diffstat (limited to 'sys/dev/fb')
-rw-r--r--sys/dev/fb/vga.c5
1 files changed, 0 insertions, 5 deletions
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 <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 */