aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/sound/soc.h2
-rw-r--r--sound/soc/soc-core.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index da0040b69c2d..fa1b99b45893 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -21,8 +21,6 @@
21#include <sound/control.h> 21#include <sound/control.h>
22#include <sound/ac97_codec.h> 22#include <sound/ac97_codec.h>
23 23
24#define SND_SOC_VERSION "0.13.2"
25
26/* 24/*
27 * Convenience kcontrol builders 25 * Convenience kcontrol builders
28 */ 26 */
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 1a173682965a..9feaa7b6dc34 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -1965,7 +1965,6 @@ EXPORT_SYMBOL_GPL(snd_soc_dai_digital_mute);
1965 1965
1966static int __devinit snd_soc_init(void) 1966static int __devinit snd_soc_init(void)
1967{ 1967{
1968 printk(KERN_INFO "ASoC version %s\n", SND_SOC_VERSION);
1969 return platform_driver_register(&soc_driver); 1968 return platform_driver_register(&soc_driver);
1970} 1969}
1971 1970