Message ID | 1388741785-24240-1-git-send-email-sachin.kamat@linaro.org |
---|---|
State | Accepted |
Headers | show |
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 --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>
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(-)