diff options
Diffstat (limited to 'drivers/video/sm501.c')
-rw-r--r-- | drivers/video/sm501.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/sm501.c b/drivers/video/sm501.c index 23db02c..283d2d9 100644 --- a/drivers/video/sm501.c +++ b/drivers/video/sm501.c @@ -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 */ |