Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 366ec51b authored by Imre Deak's avatar Imre Deak Committed by Linus Torvalds
Browse files

omapfb: HWA742: fix pointer to be const



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>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b1d51dbb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;