From: Krzysztof Kozlowski Date: Mon, 5 Jan 2015 08:57:27 +0000 (+0100) Subject: extcon: max77693: Constify struct regmap_config X-Git-Tag: fixes-v4.0-rc1~101^2~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6594890020d505ddfab24a2dcd0b68b84628ed1e;p=pandora-kernel.git extcon: max77693: 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: Chanwoo Choi --- Reading git-diff-tree failed