diff mbox

[1/2] gpio: samsung: Remove hardware.h inclusion

Message ID 1388741785-24240-1-git-send-email-sachin.kamat@linaro.org
State Accepted
Headers show

Commit Message

Sachin Kamat Jan. 3, 2014, 9:36 a.m. UTC
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>
---
 drivers/gpio/gpio-samsung.c |    1 -
 1 file changed, 1 deletion(-)

Comments

Linus Walleij Jan. 7, 2014, 6 p.m. UTC | #1
On Fri, Jan 3, 2014 at 10:36 AM, Sachin Kamat <sachin.kamat@linaro.org> wrote:

> 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>

Patch applied.

Yours,
Linus Walleij
diff mbox

Patch

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>