diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-11 10:12:28 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-11 10:40:41 -0400 |
commit | 02b7cbc3994622900e8fc201f5f229b591c43628 (patch) | |
tree | 982c4c8f040359560c4b02e7c7e3cda1bc315ada /sound/soc | |
parent | aaf1e176fa9a96fe1eea33b710684bba066aedc1 (diff) |
ASoC: Remove version display from WM8580 driver
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/wm8580.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm8580.c b/sound/soc/codecs/wm8580.c index d3c51ba5e6f9..6cab82a9c9d7 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 | |||
40 | struct pll_state { | 38 | struct pll_state { |
41 | unsigned int in; | 39 | unsigned int in; |
42 | unsigned int out; | 40 | unsigned int out; |
@@ -972,8 +970,6 @@ static int wm8580_probe(struct platform_device *pdev) | |||
972 | struct wm8580_priv *wm8580; | 970 | struct wm8580_priv *wm8580; |
973 | int ret = 0; | 971 | int ret = 0; |
974 | 972 | ||
975 | pr_info("WM8580 Audio Codec %s\n", WM8580_VERSION); | ||
976 | |||
977 | setup = socdev->codec_data; | 973 | setup = socdev->codec_data; |
978 | codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL); | 974 | codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL); |
979 | if (codec == NULL) | 975 | if (codec == NULL) |