소스 검색

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>
Mark Brown 17 년 전
부모
커밋
ea913940c3
2개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 2
      include/sound/soc.h
  2. 0 1
      sound/soc/soc-core.c

+ 0 - 2
include/sound/soc.h

@@ -21,8 +21,6 @@
 #include <sound/control.h>
 #include <sound/ac97_codec.h>
 
-#define SND_SOC_VERSION "0.13.2"
-
 /*
  * Convenience kcontrol builders
  */

+ 0 - 1
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);
 }