omapfb: HWA742: fix pointer to be const

Fixes the following:
warning: assignment discards qualifiers from pointer target type

Signed-off-by: Imre Deak <imre.deak@nokia.com>
Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Imre Deak 2009-09-22 16:47:00 -07:00 committed by Linus Torvalds
parent b1d51dbb79
commit 366ec51ba9

View file

@ -131,7 +131,7 @@ struct {
struct omapfb_device *fbdev; struct omapfb_device *fbdev;
struct lcd_ctrl_extif *extif; struct lcd_ctrl_extif *extif;
struct lcd_ctrl *int_ctrl; const struct lcd_ctrl *int_ctrl;
struct clk *sys_ck; struct clk *sys_ck;
} hwa742; } hwa742;