Files
linux/drivers
Andrew Lunn 16fa36be89 pinctrl: mvebu: Fix compiler warnings
match->data is const void * where as dev.platform_data is just void *.
Add a cast to remove the const, which is causing the compiler warning:

drivers/pinctrl/mvebu/pinctrl-kirkwood.c:461:26: warning: assignment
discards 'const' qualifier from pointer target type

Dove has the exact same warning, so gets the same cast.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2013-01-18 20:31:41 +01:00
..
2013-01-04 23:10:29 +01:00
2013-01-06 00:36:17 +01:00
2012-11-21 12:46:40 -08:00
2012-12-18 15:19:06 +10:30
2012-11-16 08:14:18 -08:00
2012-11-16 08:14:18 -08:00