From: Maxime Ripard Date: Fri, 18 Apr 2014 17:34:07 +0000 (+0200) Subject: pinctrl: sunxi: Add const qualifier to the pin descriptor X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~31^2~36^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d39bd8457fc057d9bf380211215684e23ff48ddd;p=pandora-kernel.git pinctrl: sunxi: Add const qualifier to the pin descriptor 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 --- Reading git-diff-tree failed