summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
diff options
context:
space:
mode:
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