aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8580.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8580.c')
-rw-r--r--sound/soc/codecs/wm8580.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm8580.c b/sound/soc/codecs/wm8580.c
index ee0af23a1acc..27f9e231bf69 100644
--- a/sound/soc/codecs/wm8580.c
+++ b/sound/soc/codecs/wm8580.c
@@ -35,8 +35,6 @@
35 35
36#include "wm8580.h" 36#include "wm8580.h"
37 37
38#define WM8580_VERSION "0.1"
39
40struct pll_state { 38struct pll_state {
41 unsigned int in; 39 unsigned int in;
42 unsigned int out; 40 unsigned int out;
@@ -976,8 +974,6 @@ static int wm8580_probe(struct platform_device *pdev)
976 struct wm8580_priv *wm8580; 974 struct wm8580_priv *wm8580;
977 int ret = 0; 975 int ret = 0;
978 976
979 pr_info("WM8580 Audio Codec %s\n", WM8580_VERSION);
980
981 setup = socdev->codec_data; 977 setup = socdev->codec_data;
982 codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL); 978 codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
983 if (codec == NULL) 979 if (codec == NULL)