Merge branch 'master' of git://git.denx.de/u-boot-i2c
[oweals/u-boot.git] / drivers / video / sm501.c
index 23db02cd10a83374b077de8eb2a9aa0b87af3df5..283d2d969c9a9149a5c4f6836005d9999ccfbf4d 100644 (file)
@@ -31,8 +31,6 @@
 
 #include <common.h>
 
-#ifdef CONFIG_VIDEO_SM501
-
 #include <video_fb.h>
 #include <sm501.h>
 
@@ -146,5 +144,3 @@ void video_set_lut (
        )
 {
 }
-
-#endif /* CONFIG_VIDEO_SM501 */