From: Krzysztof Kozlowski Date: Mon, 5 Jan 2015 09:18:27 +0000 (+0100) Subject: ASoC: wm8988: Constify struct regmap_config and snd_soc_codec_driver X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~130^2~13^2^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b682d7baf11ab0d29d511632eb0195b5fa004295;p=pandora-kernel.git ASoC: wm8988: Constify struct regmap_config and snd_soc_codec_driver The regmap_config struct may be const because it is not modified by the driver and regmap_init() accepts pointer to const. Make struct snd_soc_codec_driver const as well (snd_soc_register_codec() accepts pointer to const). Signed-off-by: Krzysztof Kozlowski Acked-by: Brian Austin Signed-off-by: Mark Brown --- Reading git-diff-tree failed