]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/video/mx3fb.c
video: discard empty video_set_lut implementation
[karo-tx-uboot.git] / drivers / video / mx3fb.c
index aa4cc433b908a842abb11a9c96cfc4abc8270fff..3f10d5c2d929b4e6233ad852d9e0c800f9e2835e 100644 (file)
@@ -904,12 +904,3 @@ void *video_hw_init(void)
 
        return (void *) &panel;
 }
-
-void video_set_lut(unsigned int index, /* color number */
-                   unsigned char r,    /* red */
-                   unsigned char g,    /* green */
-                   unsigned char b     /* blue */
-                   )
-{
-       return;
-}