diff options
| author | Jarkko Nikula <[email protected]> | 2010-04-26 15:49:11 +0300 |
|---|---|---|
| committer | Liam Girdwood <[email protected]> | 2010-04-27 11:08:05 +0100 |
| commit | c6de6e03009efaa56baeb98da8bbcce0c6c889a6 (patch) | |
| tree | cd15c3e1ce1790872639be41486ce0b4d3978866 | |
| parent | f57d2cfaad0d6858d700b5671e01cf3aba6ef779 (diff) | |
ASoC: tlv320aic3x: Remove unused version string
Signed-off-by: Jarkko Nikula <[email protected]>
Acked-by: Mark Brown <[email protected]>
Signed-off-by: Liam Girdwood <[email protected]>
| -rw-r--r-- | sound/soc/codecs/tlv320aic3x.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c index 556123b4059c..260a2bef72c0 100644 --- a/sound/soc/codecs/tlv320aic3x.c +++ b/sound/soc/codecs/tlv320aic3x.c @@ -49,8 +49,6 @@ #include "tlv320aic3x.h" -#define AIC3X_VERSION "0.2" - /* codec private data */ struct aic3x_priv { struct snd_soc_codec codec; |