Explorar el Código

ARM: lpc32xx: delete local <mach/gpio.h> header

This header is not used by anything, and since the arch does
not specify NEED_MACH_GPIO_H it is not included into
<linux/gpio.h> either. Delete it.

Acked-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Linus Walleij hace 11 años
padre
commit
d0c15054a3
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      arch/arm/mach-lpc32xx/include/mach/gpio.h

+ 0 - 6
arch/arm/mach-lpc32xx/include/mach/gpio.h

@@ -1,6 +0,0 @@
-#ifndef __MACH_GPIO_H
-#define __MACH_GPIO_H
-
-#include "gpio-lpc32xx.h"
-
-#endif /* __MACH_GPIO_H */