diff options
-rw-r--r-- | sound/soc/codecs/wm8753.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c index dc6042c6424f..31ff337f8225 100644 --- a/sound/soc/codecs/wm8753.c +++ b/sound/soc/codecs/wm8753.c | |||
@@ -51,8 +51,6 @@ | |||
51 | 51 | ||
52 | #include "wm8753.h" | 52 | #include "wm8753.h" |
53 | 53 | ||
54 | #define WM8753_VERSION "0.16" | ||
55 | |||
56 | static int caps_charge = 2000; | 54 | static int caps_charge = 2000; |
57 | module_param(caps_charge, int, 0); | 55 | module_param(caps_charge, int, 0); |
58 | MODULE_PARM_DESC(caps_charge, "WM8753 cap charge time (msecs)"); | 56 | MODULE_PARM_DESC(caps_charge, "WM8753 cap charge time (msecs)"); |
@@ -1778,8 +1776,6 @@ static int wm8753_probe(struct platform_device *pdev) | |||
1778 | struct wm8753_priv *wm8753; | 1776 | struct wm8753_priv *wm8753; |
1779 | int ret = 0; | 1777 | int ret = 0; |
1780 | 1778 | ||
1781 | pr_info("WM8753 Audio Codec %s", WM8753_VERSION); | ||
1782 | |||
1783 | setup = socdev->codec_data; | 1779 | setup = socdev->codec_data; |
1784 | codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL); | 1780 | codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL); |
1785 | if (codec == NULL) | 1781 | if (codec == NULL) |