diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-01-03 15:06:24 +0530 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-01-07 19:00:02 +0100 |
commit | 527d164a736acb5591f0a1412844b3600b0ee7c0 (patch) | |
tree | 0d573d169c51939ad8c81b0ac9a0fb2252e38c18 | |
parent | a1a2bdec4772228274dfb3f9a41ac5234b93a5e9 (diff) | |
download | linux-527d164a736acb5591f0a1412844b3600b0ee7c0.tar.bz2 |
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>
-rw-r--r-- | drivers/gpio/gpio-samsung.c | 1 |
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> |