[PATCH 1/2] gpio: samsung: Remove hardware.h inclusion
From: Sachin Kamat <hidden>
Date: 2014-01-03 09:40:11
Subsystem:
gpio subsystem, the rest · Maintainers:
Linus Walleij, Bartosz Golaszewski, Linus Torvalds
From: Sachin Kamat <hidden>
Date: 2014-01-03 09:40:11
Subsystem:
gpio subsystem, the rest · Maintainers:
Linus Walleij, Bartosz Golaszewski, Linus Torvalds
The contents of this header file are not referenced in the driver. Remove its inclusion. Signed-off-by: Sachin Kamat <redacted> Cc: Heiko Stuebner <heiko@sntech.de> --- drivers/gpio/gpio-samsung.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio-samsung.c
index be7b0bd4eed4..2376e6278388 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>
--
1.7.9.5