diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-12-01 16:57:52 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-12-01 19:11:16 +0000 |
commit | 1689092da0815997eeded3f4c7b35be3df444df5 (patch) | |
tree | c0c82dc0e68e3cadccf7b5d1f12ef2e72dd91e26 /sound/soc/atmel/Makefile | |
parent | eb58960e9ebf15cde8ca1248e15ecb0c8f3a28bd (diff) |
ASoC: snd-soc-afeb9260: delete driver as board has just been removed
During the removal of all AT91 !DT boards, we removed the AFEB9260. This driver
is !DT and was only used by this board, so we delete it as well.
Reported-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/atmel/Makefile')
-rw-r--r-- | sound/soc/atmel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/atmel/Makefile b/sound/soc/atmel/Makefile index 5baabc8bde3..466a821da98 100644 --- a/sound/soc/atmel/Makefile +++ b/sound/soc/atmel/Makefile @@ -17,4 +17,3 @@ snd-soc-sam9x5-wm8731-objs := sam9x5_wm8731.o obj-$(CONFIG_SND_AT91_SOC_SAM9G20_WM8731) += snd-soc-sam9g20-wm8731.o obj-$(CONFIG_SND_ATMEL_SOC_WM8904) += snd-atmel-soc-wm8904.o obj-$(CONFIG_SND_AT91_SOC_SAM9X5_WM8731) += snd-soc-sam9x5-wm8731.o -obj-$(CONFIG_SND_AT91_SOC_AFEB9260) += snd-soc-afeb9260.o |