sisfb: move the CONFIG warning to sis_main.c
sis_main.c is always compiled, so we can check Kconfig options there. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Cc: Thomas Winischhofer <thomas@winischhofer.net> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
committed by
Paul Mundt
parent
ec49ec33e2
commit
1f8e6eee81
@@ -58,9 +58,4 @@
|
|||||||
/* LINUX KERNEL */
|
/* LINUX KERNEL */
|
||||||
/**********************************************************************/
|
/**********************************************************************/
|
||||||
|
|
||||||
#if !defined(CONFIG_FB_SIS_300) && !defined(CONFIG_FB_SIS_315)
|
|
||||||
#warning Neither CONFIG_FB_SIS_300 nor CONFIG_FB_SIS_315 is set
|
|
||||||
#warning sisfb will not work!
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* _OSDEF_H_ */
|
#endif /* _OSDEF_H_ */
|
||||||
|
@@ -60,6 +60,11 @@
|
|||||||
#include "sis.h"
|
#include "sis.h"
|
||||||
#include "sis_main.h"
|
#include "sis_main.h"
|
||||||
|
|
||||||
|
#if !defined(CONFIG_FB_SIS_300) && !defined(CONFIG_FB_SIS_315)
|
||||||
|
#warning Neither CONFIG_FB_SIS_300 nor CONFIG_FB_SIS_315 is set
|
||||||
|
#warning sisfb will not work!
|
||||||
|
#endif
|
||||||
|
|
||||||
static void sisfb_handle_command(struct sis_video_info *ivideo,
|
static void sisfb_handle_command(struct sis_video_info *ivideo,
|
||||||
struct sisfb_cmd *sisfb_command);
|
struct sisfb_cmd *sisfb_command);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user