Skip to content

Commit

Permalink
omapfb: HWA742: fix pointer to be const
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Imre Deak authored and Linus Torvalds committed Sep 23, 2009
1 parent b1d51db commit 366ec51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/omap/hwa742.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ struct {

struct omapfb_device *fbdev;
struct lcd_ctrl_extif *extif;
struct lcd_ctrl *int_ctrl;
const struct lcd_ctrl *int_ctrl;

struct clk *sys_ck;
} hwa742;
Expand Down

0 comments on commit 366ec51

Please sign in to comment.