From: Krzysztof Kozlowski Date: Mon, 5 Jan 2015 08:57:55 +0000 (+0100) Subject: hwmon: (nct7802) Constify struct regmap_config X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~170^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c535bca9a43eb04d64537b55994c88e399a9981;p=pandora-kernel.git hwmon: (nct7802) Constify struct regmap_config The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed