]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/soc/codecs/wm8580.c
ASoC: Remove version display from WM8580 driver
[linux-2.6-omap-h63xx.git] / sound / soc / codecs / wm8580.c
index d3c51ba5e6f9fc5cbe7110f031020fd4563624e5..6cab82a9c9d74826379057254ea1f64144916bda 100644 (file)
@@ -35,8 +35,6 @@
 
 #include "wm8580.h"
 
-#define WM8580_VERSION "0.1"
-
 struct pll_state {
        unsigned int in;
        unsigned int out;
@@ -972,8 +970,6 @@ static int wm8580_probe(struct platform_device *pdev)
        struct wm8580_priv *wm8580;
        int ret = 0;
 
-       pr_info("WM8580 Audio Codec %s\n", WM8580_VERSION);
-
        setup = socdev->codec_data;
        codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
        if (codec == NULL)