summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm5100.c
diff options
context:
space:
mode:
authorBill Pemberton2012-11-19 19:25:33 +0100
committerMark Brown2012-11-20 02:58:34 +0100
commitf6e6574499eeeeee747d9cfc7ba9f4328bb1806d (patch)
treed89c4674aed03b580600e76dea335f23169fa828 /sound/soc/codecs/wm5100.c
parentLinux 3.7-rc6 (diff)
downloadkernel-qcow2-linux-f6e6574499eeeeee747d9cfc7ba9f4328bb1806d.tar.gz
kernel-qcow2-linux-f6e6574499eeeeee747d9cfc7ba9f4328bb1806d.tar.xz
kernel-qcow2-linux-f6e6574499eeeeee747d9cfc7ba9f4328bb1806d.zip
ASoC: remove use of __devinitconst
CONFIG_HOTPLUG is going away as an option so __devinitconst is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm5100.c')
-rw-r--r--sound/soc/codecs/wm5100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm5100.c b/sound/soc/codecs/wm5100.c
index 7f567585832e..9f57996ff272 100644
--- a/sound/soc/codecs/wm5100.c
+++ b/sound/soc/codecs/wm5100.c
@@ -1233,7 +1233,7 @@ static const struct snd_soc_dapm_route wm5100_dapm_routes[] = {
{ "PWM2", NULL, "PWM2 Driver" },
};
-static const __devinitconst struct reg_default wm5100_reva_patches[] = {
+static const struct reg_default wm5100_reva_patches[] = {
{ WM5100_AUDIO_IF_1_10, 0 },
{ WM5100_AUDIO_IF_1_11, 1 },
{ WM5100_AUDIO_IF_1_12, 2 },