From: Krzysztof Kozlowski Date: Mon, 5 Jan 2015 09:18:24 +0000 (+0100) Subject: ASoC: cs42l56: Constify struct regmap_config and snd_soc_codec_driver X-Git-Tag: fixes-v4.0-rc1~146^2~13^2~9^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf0efa1c71c86b3ba731b9f3bad37ea4ceee6fbe;p=pandora-kernel.git ASoC: cs42l56: 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