aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-01-29 14:42:57 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-01-29 14:42:57 +0000
commit25a2c600afefd692414b9f0535e695c8f1ff1d31 (patch)
tree38e76f9e6fba35e6453498f901cf60c2b3567603 /sys/dev/fb
parent2d8e7d39daa6dbad05b1a6da080ef94614b7473c (diff)
Notes
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 f32af62d80488..c71e017ff7e82 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 */