diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-10-15 11:20:54 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-10-15 11:20:54 -0400 |
commit | df9b42963f2d010ae3163a894ce22cf6b27cd344 (patch) | |
tree | f42f826d9bb975766c1a79986c39e64c9a900908 /sound/soc/codecs/ac97.c | |
parent | 33766368f6532313571534f9112b1796d6651bbe (diff) | |
parent | c3e7724b6bc2f25e46c38dbe68f09d71fafeafb8 (diff) |
Merge remote-tracking branch 'wireless/master' into mac80211
Diffstat (limited to 'sound/soc/codecs/ac97.c')
-rw-r--r-- | sound/soc/codecs/ac97.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/codecs/ac97.c b/sound/soc/codecs/ac97.c index 2023c749f232..ea06b834a7de 100644 --- a/sound/soc/codecs/ac97.c +++ b/sound/soc/codecs/ac97.c | |||
@@ -91,11 +91,6 @@ static int ac97_soc_probe(struct snd_soc_codec *codec) | |||
91 | return 0; | 91 | return 0; |
92 | } | 92 | } |
93 | 93 | ||
94 | static int ac97_soc_remove(struct snd_soc_codec *codec) | ||
95 | { | ||
96 | return 0; | ||
97 | } | ||
98 | |||
99 | #ifdef CONFIG_PM | 94 | #ifdef CONFIG_PM |
100 | static int ac97_soc_suspend(struct snd_soc_codec *codec) | 95 | static int ac97_soc_suspend(struct snd_soc_codec *codec) |
101 | { | 96 | { |
@@ -119,7 +114,6 @@ static struct snd_soc_codec_driver soc_codec_dev_ac97 = { | |||
119 | .write = ac97_write, | 114 | .write = ac97_write, |
120 | .read = ac97_read, | 115 | .read = ac97_read, |
121 | .probe = ac97_soc_probe, | 116 | .probe = ac97_soc_probe, |
122 | .remove = ac97_soc_remove, | ||
123 | .suspend = ac97_soc_suspend, | 117 | .suspend = ac97_soc_suspend, |
124 | .resume = ac97_soc_resume, | 118 | .resume = ac97_soc_resume, |
125 | }; | 119 | }; |