From: Krzysztof Kozlowski Date: Mon, 5 Jan 2015 09:03:09 +0000 (+0100) Subject: pinctrl: dove: Constify struct regmap_config and of_device_id X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~123^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23259f19d0113fd8b7767f6c9f6296dc66bb69e5;p=pandora-kernel.git pinctrl: dove: Constify struct regmap_config and of_device_id The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Make also of_device_id array const. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Linus Walleij --- Reading git-diff-tree failed