]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/video/sm501.c
video: cfb_console: add weak default video_set_lut()
[karo-tx-uboot.git] / drivers / video / sm501.c
index 283d2d969c9a9149a5c4f6836005d9999ccfbf4d..8c963162db8d93545ab16eded13efe4270d4a32b 100644 (file)
@@ -131,16 +131,3 @@ void *video_hw_init (void)
 
        return (&sm501);
 }
-
-/*-----------------------------------------------------------------------------
- * video_set_lut --
- *-----------------------------------------------------------------------------
- */
-void video_set_lut (
-       unsigned int index,           /* color number */
-       unsigned char r,              /* red */
-       unsigned char g,              /* green */
-       unsigned char b               /* blue */
-       )
-{
-}