]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/video/da8xx-fb.c
video: discard empty video_set_lut implementation
[karo-tx-uboot.git] / drivers / video / da8xx-fb.c
index 3a5f325cd30b97337c77280d5dc8877d2c86fceb..e2b2144d88020b9d73d2f2529da13d70f6bfe801 100644 (file)
@@ -1035,16 +1035,6 @@ err_release_fb:
        return NULL;
 }
 
-void video_set_lut(unsigned int index, /* color number */
-                   unsigned char r,    /* red */
-                   unsigned char g,    /* green */
-                   unsigned char b     /* blue */
-                   )
-{
-
-       return;
-}
-
 void da8xx_video_init(const struct da8xx_panel *panel,
                      const struct lcd_ctrl_config *lcd_cfg, int bits_pixel)
 {