omapfb: Blizzard: fix pointer to be const
[safe/jmp/linux-2.6] / drivers / video / omap / blizzard.c
index d5e5955..ce28be6 100644 (file)
@@ -191,7 +191,7 @@ struct blizzard_struct {
 
        struct omapfb_device    *fbdev;
        struct lcd_ctrl_extif   *extif;
-       struct lcd_ctrl         *int_ctrl;
+       const struct lcd_ctrl   *int_ctrl;
 
        void                    (*power_up)(struct device *dev);
        void                    (*power_down)(struct device *dev);