]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/video/fbdev/omap/lcd_palmtt.c
fbdev: omap/lcd: Staticize non-exported lcd_panel structs
[mirror_ubuntu-hirsute-kernel.git] / drivers / video / fbdev / omap / lcd_palmtt.c
index 621952b5688ffbb216253c9eb76e498b540ad2fe..bd063145c2638f06405e1740ff135355ad718aa6 100644 (file)
@@ -56,7 +56,7 @@ static unsigned long palmtt_panel_get_caps(struct lcd_panel *panel)
        return OMAPFB_CAPS_SET_BACKLIGHT;
 }
 
-struct lcd_panel palmtt_panel = {
+static struct lcd_panel palmtt_panel = {
        .name           = "palmtt",
        .config         = OMAP_LCDC_PANEL_TFT | OMAP_LCDC_INV_VSYNC |
                        OMAP_LCDC_INV_HSYNC | OMAP_LCDC_HSVS_RISING_EDGE |