From: Lars-Peter Clausen Date: Wed, 27 Mar 2013 11:02:22 +0000 (+0100) Subject: ASoC: Constify the 'driver' field of snd_soc_platform X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~52^2~42^2~22^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79e57db84f8359bc96418900f86b8fc4189eff9;p=pandora-kernel.git ASoC: Constify the 'driver' field of snd_soc_platform The ASoC core does no not modify the driver of a platform. Making it const allows ASoC platform drivers to declare the snd_soc_platform_driver struct as const. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed