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