From: Linus Walleij Date: Thu, 21 Nov 2013 12:46:28 +0000 (+0100) Subject: ARM: lpc32xx: delete local header X-Git-Tag: upstream/snapshot3+hdmi~3623^2~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0c15054a31e0432dce13f47a05d3fd8a66759d8;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: lpc32xx: delete local header This header is not used by anything, and since the arch does not specify NEED_MACH_GPIO_H it is not included into either. Delete it. Acked-by: Roland Stigge Signed-off-by: Linus Walleij --- diff --git a/arch/arm/mach-lpc32xx/include/mach/gpio.h b/arch/arm/mach-lpc32xx/include/mach/gpio.h deleted file mode 100644 index 0052e7a..0000000 --- a/arch/arm/mach-lpc32xx/include/mach/gpio.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __MACH_GPIO_H -#define __MACH_GPIO_H - -#include "gpio-lpc32xx.h" - -#endif /* __MACH_GPIO_H */