diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-10 00:22:10 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-10 00:22:10 +0900 |
commit | 8df6bf1c58f397f8383b99a6003bbc4f721f080f (patch) | |
tree | 571f24465a423c0e44badf93133ddbd9ccf8b68e /sound/soc/tegra/tegra_wm8903.c | |
parent | aaa3bb267c7bdfd912c710cf8ceeb744dca44cac (diff) | |
parent | 6939565fa55e5c1dcce98979eb071278e10acf15 (diff) |
Merge remote-tracking branch 'asoc/topic/hotplug' into asoc-next
Diffstat (limited to 'sound/soc/tegra/tegra_wm8903.c')
-rw-r--r-- | sound/soc/tegra/tegra_wm8903.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_wm8903.c b/sound/soc/tegra/tegra_wm8903.c index cee13b7bfb9..0f794126fbe 100644 --- a/sound/soc/tegra/tegra_wm8903.c +++ b/sound/soc/tegra/tegra_wm8903.c @@ -417,7 +417,7 @@ static int __devexit tegra_wm8903_driver_remove(struct platform_device *pdev) return 0; } -static const struct of_device_id tegra_wm8903_of_match[] __devinitconst = { +static const struct of_device_id tegra_wm8903_of_match[] = { { .compatible = "nvidia,tegra-audio-wm8903", }, {}, }; |