Remove #include "splash.h" and #if NSPLASH > 0" - it's implied by config.
This commit is contained in:
parent
2d8e7d39da
commit
25a2c600af
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user