浏览代码

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>
Linus Walleij 11 年之前
父节点
当前提交
a1c22cdc77
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      sound/atmel/ac97c.c

+ 0 - 1
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>