From: Krzysztof Kozlowski Date: Mon, 5 Jan 2015 09:07:01 +0000 (+0100) Subject: spi: meson: Constify struct regmap_config X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~168^2~3^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9caf5067b9cb92c4383909ad1748c804ce223c7d;p=pandora-kernel.git spi: meson: 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: Mark Brown --- Reading git-diff-tree failed