summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-29 14:42:57 +0000
committerpeter <peter@FreeBSD.org>2000-01-29 14:42:57 +0000
commit62db142ea512c04a4948cf1a2c07a704a7c2751f (patch)
tree73cb7d27922ea6549d3e19698466ec16492e58a8 /sys/dev/fb
parent9c240b8a2d78895553ed71d511f493d4aa89e5d6 (diff)
downloadFreeBSD-src-62db142ea512c04a4948cf1a2c07a704a7c2751f.zip
FreeBSD-src-62db142ea512c04a4948cf1a2c07a704a7c2751f.tar.gz
Remove #include "splash.h" and #if NSPLASH > 0" - it's implied by config.
Diffstat (limited to 'sys/dev/fb')
-rw-r--r--sys/dev/fb/splash.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/fb/splash.c b/sys/dev/fb/splash.c
index f32af62..c71e017 100644
--- a/sys/dev/fb/splash.c
+++ b/sys/dev/fb/splash.c
@@ -26,10 +26,6 @@
* $FreeBSD$
*/
-#include "splash.h"
-
-#if NSPLASH > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
@@ -208,5 +204,3 @@ splash(video_adapter_t *adp, int on)
return (*splash_decoder->splash)(adp, on);
return ENODEV;
}
-
-#endif /* NSPLASH > 0 */
OpenPOWER on IntegriCloud