From: Krzysztof Kozlowski Date: Tue, 24 Feb 2015 09:41:48 +0000 (+0100) Subject: staging:iio:hmc5843: Constify register tables and struct regmap_config X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~102^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15313309cbfe0ebba7f660677d2625abe27fb077;p=pandora-kernel.git staging:iio:hmc5843: Constify register tables and struct regmap_config The regmap_access_table and regmap_config structures may be const because they are not modified by the driver and regmap_init() accepts pointer to const. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed