X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fvideo%2Fsis%2Fosdef.h;h=dae407cdb51a15016deec0b347bd15ec67e3bac6;hb=f7854e5df3f0828e942b089a82dfa5ce9baea428;hp=bc185a9a4d8463635746a4ada932d296b94ec283;hpb=b6c30ca6136c6c6900a086b6b843f738a588a2f3;p=pandora-kernel.git diff --git a/drivers/video/sis/osdef.h b/drivers/video/sis/osdef.h index bc185a9a4d84..dae407cdb51a 100644 --- a/drivers/video/sis/osdef.h +++ b/drivers/video/sis/osdef.h @@ -82,15 +82,7 @@ /* LINUX KERNEL */ /**********************************************************************/ -#ifdef CONFIG_FB_SIS_300 -#define SIS300 -#endif - -#ifdef CONFIG_FB_SIS_315 -#define SIS315H -#endif - -#if !defined(SIS300) && !defined(SIS315H) +#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