From: Krzysztof Kozlowski Date: Tue, 24 Feb 2015 09:39:33 +0000 (+0100) Subject: mfd: da9150: Constify struct regmap_config X-Git-Tag: omap-for-v4.2/o2_dc~140^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbf2c4a7b69dbc61e960a3c1455e661b57d15279;p=pandora-kernel.git mfd: da9150: 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: Lee Jones --- Reading git-diff-tree failed