From: Krzysztof Kozlowski Date: Mon, 5 Jan 2015 09:02:31 +0000 (+0100) Subject: at86rf230: Constify struct regmap_config X-Git-Tag: fixes-v4.0-rc1~150^2~288 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=889ee2c7d70e1ae9fc9341d0e82676c519ffede2;p=pandora-kernel.git at86rf230: 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: David S. Miller --- Reading git-diff-tree failed