diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-10-30 21:00:58 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-31 17:18:35 +0000 |
commit | 16af0ee16ca9391ef82e1c74c362d80551e769fe (patch) | |
tree | b59cdcb5c534ada774f9874d46174a1ecc930f72 /sound/soc/blackfin | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) |
ASoC: ad1980: Remove unused header
The constants defined in the ad1980 header are not used. So remove the file.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/blackfin')
-rw-r--r-- | sound/soc/blackfin/bf5xx-ad1980.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/blackfin/bf5xx-ad1980.c b/sound/soc/blackfin/bf5xx-ad1980.c index 3450e8f9080d..0fa81a523b8a 100644 --- a/sound/soc/blackfin/bf5xx-ad1980.c +++ b/sound/soc/blackfin/bf5xx-ad1980.c @@ -46,8 +46,6 @@ #include <linux/gpio.h> #include <asm/portmux.h> -#include "../codecs/ad1980.h" - #include "bf5xx-ac97.h" static struct snd_soc_card bf5xx_board; |