]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/video/mxc_ipuv3_fb.c
clk: uniphier: allow to have clock node under syscon node
[karo-tx-uboot.git] / drivers / video / mxc_ipuv3_fb.c
index b20c19c426d5cb0e1baaea409cc7c361bac0979c..265274b9d668ad6d2741657e8350b33886214eec 100644 (file)
@@ -36,7 +36,7 @@ static struct fb_videomode const *gmode;
 static uint8_t gdisp;
 static uint32_t gpixfmt;
 
-void fb_videomode_to_var(struct fb_var_screeninfo *var,
+static void fb_videomode_to_var(struct fb_var_screeninfo *var,
                         const struct fb_videomode *mode)
 {
        var->xres = mode->xres;
@@ -599,15 +599,6 @@ 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;
-}
-
 int ipuv3_fb_init(struct fb_videomode const *mode,
                  uint8_t disp,
                  uint32_t pixfmt)