Commit 32ac7cbf authored by Imre Deak's avatar Imre Deak Committed by James Toy

Fixes the following:

warning: assignment discards qualifiers from pointer target type
Signed-off-by: default avatarImre Deak <imre.deak@nokia.com>
Acked-by: default avatarKrzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 8349918b
...@@ -131,7 +131,7 @@ struct { ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment