From: Krzysztof Kozlowski Date: Mon, 5 Jan 2015 09:04:19 +0000 (+0100) Subject: regulator: fan53555: Constify struct regmap_config and slew_rates array X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~167^2~3^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=121b567d8f4dce55c8095a842766fc1e5523be94;p=pandora-kernel.git regulator: fan53555: Constify struct regmap_config and slew_rates array The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Make const also slew_rates array. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Mark Brown --- Reading git-diff-tree failed