aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-lpc32xx
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-11-21 13:46:28 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-12-03 11:26:05 +0100
commitd0c15054a31e0432dce13f47a05d3fd8a66759d8 (patch)
tree857355714a8c38ff24b6d5c982b93fe437e755bc /arch/arm/mach-lpc32xx
parentARM: ks8695: delete local <mach/gpio.h> header (diff)
downloadlinux-dev-d0c15054a31e0432dce13f47a05d3fd8a66759d8.tar.xz
linux-dev-d0c15054a31e0432dce13f47a05d3fd8a66759d8.zip
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>
Diffstat (limited to 'arch/arm/mach-lpc32xx')
-rw-r--r--arch/arm/mach-lpc32xx/include/mach/gpio.h6
1 files changed, 0 insertions, 6 deletions
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 0052e7a76179..000000000000
--- 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 */