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
2013-01-08 18:53:56 -08:00
2013-01-08 18:53:56 -08:00
2013-01-08 18:53:56 -08:00
2011-10-31 19:31:57 -04:00
2013-01-08 18:53:56 -08:00