From: Krzysztof Kozlowski Date: Mon, 5 Jan 2015 09:05:47 +0000 (+0100) Subject: regulator: max8649: Constify struct regmap_config and regulator_ops X-Git-Tag: fixes-v4.0-rc1~183^2~1^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=035f3324b35296171a9e6bc5744f66daa0ebcfef;p=pandora-kernel.git regulator: max8649: Constify struct regmap_config and regulator_ops The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Make struct regulator_ops const as well. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Mark Brown --- Reading git-diff-tree failed