pinctrl: sunxi: Add const qualifier to the pin descriptor
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 18 Apr 2014 17:34:07 +0000 (19:34 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 4 May 2014 06:59:02 +0000 (23:59 -0700)
The pins description structure were declared as const, but the of_device_id
data magic was losing it silently.

Make sure we have it on both sides.

And now that we're using const, we can also remove the useless cast in probe.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

No differences found