diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-05 11:13:21 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-05 22:11:29 +0000 |
commit | ea913940c39a61214c799cc7093d7b20fe11a94c (patch) | |
tree | 10d76d6bcf05314f9bc36dfbc14083bc959c16b7 /include/sound | |
parent | 74e722015fe47c8f0e7ef7c0b4cf32d3e4ae11a0 (diff) | |
download | op-kernel-dev-ea913940c39a61214c799cc7093d7b20fe11a94c.zip op-kernel-dev-ea913940c39a61214c799cc7093d7b20fe11a94c.tar.gz |
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 'include/sound')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index da0040b..fa1b99b 100644 --- a/include/sound/soc.h +++ b/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 */ |