diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2010-11-19 21:58:50 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-11-24 16:03:16 +0900 |
commit | 1f8e6eee81709cfd500ca05e36b8207566e58222 (patch) | |
tree | e10456ef65528bfb4072b66cab86b35d395fd7a1 /drivers/video/sis/osdef.h | |
parent | ec49ec33e22885a255855c2f820b640afbd88ef4 (diff) | |
download | op-kernel-dev-1f8e6eee81709cfd500ca05e36b8207566e58222.zip op-kernel-dev-1f8e6eee81709cfd500ca05e36b8207566e58222.tar.gz |
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>
Diffstat (limited to 'drivers/video/sis/osdef.h')
-rw-r--r-- | drivers/video/sis/osdef.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/video/sis/osdef.h b/drivers/video/sis/osdef.h index af5e9a2..5baaa79 100644 --- a/drivers/video/sis/osdef.h +++ b/drivers/video/sis/osdef.h @@ -58,9 +58,4 @@ /* 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_ */ |