diff --git a/include/sound/soc.h b/include/sound/soc.h index da0040b69c2daaa581975870bd01d1a6ec588af6..fa1b99b45893980ac8a0978b8041b9b311b1d559 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -21,8 +21,6 @@ #include #include -#define SND_SOC_VERSION "0.13.2" - /* * Convenience kcontrol builders */ diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 1a173682965ab43977c5f5ace6e03a9389411efc..9feaa7b6dc348ca9701267abee09d5116b27bfaf 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); static int __devinit snd_soc_init(void) { - printk(KERN_INFO "ASoC version %s\n", SND_SOC_VERSION); return platform_driver_register(&soc_driver); }