summaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra_wm9712.c
diff options
context:
space:
mode:
authorSachin Kamat2013-01-24 10:21:15 +0100
committerMark Brown2013-01-24 11:55:15 +0100
commitb10fedf89269a444ddfc92371acc9721749e8b41 (patch)
tree6e7db523d1f6427d91318d057411c7c6b51ff96b /sound/soc/tegra/tegra_wm9712.c
parentASoC: tegra: add tegra machine driver using wm9712 codec (diff)
downloadkernel-qcow2-linux-b10fedf89269a444ddfc92371acc9721749e8b41.tar.gz
kernel-qcow2-linux-b10fedf89269a444ddfc92371acc9721749e8b41.tar.xz
kernel-qcow2-linux-b10fedf89269a444ddfc92371acc9721749e8b41.zip
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 <dev@lynxeye.de> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/tegra_wm9712.c')
-rw-r--r--sound/soc/tegra/tegra_wm9712.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_wm9712.c b/sound/soc/tegra/tegra_wm9712.c
index cdbd2f0a23bc..68d42403d9b5 100644
--- a/sound/soc/tegra/tegra_wm9712.c
+++ b/sound/soc/tegra/tegra_wm9712.c
@@ -152,7 +152,7 @@ static int tegra_wm9712_driver_remove(struct platform_device *pdev)
return 0;
}
-static const struct of_device_id tegra_wm9712_of_match[] __devinitconst = {
+static const struct of_device_id tegra_wm9712_of_match[] = {
{ .compatible = "nvidia,tegra-audio-wm9712", },
{},
};