From: Krzysztof Kozlowski Date: Mon, 5 Jan 2015 09:05:48 +0000 (+0100) Subject: regulator: tps65023: Constify struct regmap_config and regulator_ops X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~167^2^5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4604a061e6c2462330d56bb7edcd1ca3397a4b73;p=pandora-kernel.git regulator: tps65023: 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