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>
This commit is contained in:
parent
b67ae3f1c9
commit
a1c22cdc77
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue