aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2008-11-05 11:13:21 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2008-11-05 22:11:29 +0000
commitea913940c39a61214c799cc7093d7b20fe11a94c (patch)
tree10d76d6bcf05314f9bc36dfbc14083bc959c16b7 /sound/soc/soc-core.c
parentASoC: Add Palm/PXA27x unified ASoC audio driver (diff)
downloadlinux-dev-ea913940c39a61214c799cc7093d7b20fe11a94c.tar.xz
linux-dev-ea913940c39a61214c799cc7093d7b20fe11a94c.zip
ASoC: Remove core version number
Rather than try to remember to keep the core version number updated (which hasn't been happening) just remove it. It was much more useful when ASoC was out of tree. Signed-off-by: Mark brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r--sound/soc/soc-core.c1
1 files changed, 0 insertions, 1 deletions
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);
static int __devinit snd_soc_init(void)
{
- printk(KERN_INFO "ASoC version %s\n", SND_SOC_VERSION);
return platform_driver_register(&soc_driver);
}