From: Sachin Kamat Date: Thu, 24 Jan 2013 09:21:15 +0000 (+0530) Subject: ASoC: tegra_wm9712: Remove __devinitconst attribute X-Git-Tag: v3.9-rc1~129^2~24^2~11^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b10fedf89269a444ddfc92371acc9721749e8b41;p=pandora-kernel.git ASoC: tegra_wm9712: Remove __devinitconst attribute This has been removed from the kernel recently and gives following build errors: sound/soc/tegra/tegra_wm9712.c:155:58: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__devinitconst’ sound/soc/tegra/tegra_wm9712.c:165:21: error: ‘tegra_wm9712_of_match’ undeclared here (not in a function) Cc: Lucas Stach Signed-off-by: Sachin Kamat Reviewed-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed