Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-6
-6
arch/arm/mach-lpc32xx/include/mach/gpio.h
··· 1 - #ifndef __MACH_GPIO_H 2 - #define __MACH_GPIO_H 3 - 4 - #include "gpio-lpc32xx.h" 5 - 6 - #endif /* __MACH_GPIO_H */