aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-samsung.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2014-01-03 15:06:24 +0530
committerLinus Walleij <linus.walleij@linaro.org>2014-01-07 19:00:02 +0100
commit527d164a736acb5591f0a1412844b3600b0ee7c0 (patch)
tree0d573d169c51939ad8c81b0ac9a0fb2252e38c18 /drivers/gpio/gpio-samsung.c
parentgpio: xtensa: depend on HAVE_XTENSA_GPIO32 (diff)
downloadlinux-dev-527d164a736acb5591f0a1412844b3600b0ee7c0.tar.xz
linux-dev-527d164a736acb5591f0a1412844b3600b0ee7c0.zip
gpio: samsung: Remove hardware.h inclusion
The contents of this header file are not referenced in the driver. Remove its inclusion. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Cc: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-samsung.c')
-rw-r--r--drivers/gpio/gpio-samsung.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio-samsung.c
index 7138bb270c26..990754b97f2e 100644
--- a/drivers/gpio/gpio-samsung.c
+++ b/drivers/gpio/gpio-samsung.c
@@ -36,7 +36,6 @@
#include <asm/irq.h>
-#include <mach/hardware.h>
#include <mach/map.h>
#include <mach/regs-gpio.h>