aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
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
parenta1a2bdec4772228274dfb3f9a41ac5234b93a5e9 (diff)
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')
-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 7138bb270c2..990754b97f2 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>