aboutsummaryrefslogtreecommitdiff
path: root/sound/atmel
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-11-05 10:29:49 +0100
committerTakashi Iwai <tiwai@suse.de>2013-11-05 13:43:25 +0100
commita1c22cdc77744aa2f72504c42fccadef739d4159 (patch)
tree254e798ddf10418b4a9f8af7eb92ca6f678f64c0 /sound/atmel
parentb67ae3f1c97e2e8532ce051f0ed4365e9d796590 (diff)
ALSA: atmel: remove dependency on <mach/gpio.h>
This include is completely unused since the AT91 sound driver actually uses gpiolib properly. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/atmel')
-rw-r--r--sound/atmel/ac97c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/atmel/ac97c.c b/sound/atmel/ac97c.c
index ae63d22c0f8..c5f0ddd729b 100644
--- a/sound/atmel/ac97c.c
+++ b/sound/atmel/ac97c.c
@@ -34,7 +34,6 @@
#include <linux/dw_dmac.h>
#include <mach/cpu.h>
-#include <mach/gpio.h>
#ifdef CONFIG_ARCH_AT91
#include <mach/hardware.h>