diff options
author | Andrew Lunn <andrew@lunn.ch> | 2013-01-09 19:28:09 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-01-18 20:31:41 +0100 |
commit | 16fa36be89305f06a217509fcce4f4aed5df0627 (patch) | |
tree | bb153ed2299fb23d94e6f2b3d8e9827a8172d581 /drivers/pinctrl/devicetree.h | |
parent | 4b090d8dffd2a036f894c3fa6da3c5cc0e20536c (diff) | |
download | blackbird-op-linux-16fa36be89305f06a217509fcce4f4aed5df0627.tar.gz blackbird-op-linux-16fa36be89305f06a217509fcce4f4aed5df0627.zip |
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>
Diffstat (limited to 'drivers/pinctrl/devicetree.h')
0 files changed, 0 insertions, 0 deletions