Merge commit 'v2.6.35-rc1' into for-2.6.36
[pandora-kernel.git] / sound / soc / codecs / wm8990.c
index c018772..dd8d909 100644 (file)
@@ -30,8 +30,6 @@
 
 #include "wm8990.h"
 
-#define WM8990_VERSION "0.2"
-
 /* codec private data */
 struct wm8990_priv {
        unsigned int sysclk;
@@ -1511,8 +1509,6 @@ static int wm8990_probe(struct platform_device *pdev)
        struct wm8990_priv *wm8990;
        int ret;
 
-       pr_info("WM8990 Audio Codec %s\n", WM8990_VERSION);
-
        setup = socdev->codec_data;
        codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
        if (codec == NULL)