linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers/gpio/gpio-grgpio.c: Remove duplicate header
@ 2018-11-16 10:49 Brajeswar Ghosh
  2018-11-19 14:09 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Brajeswar Ghosh @ 2018-11-16 10:49 UTC (permalink / raw)
  To: linus.walleij; +Cc: jrdr.linux, linux-gpio, linux-kernel, sabyasachi.linux

Remove linux/gpio/driver.h which is included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
---
 drivers/gpio/gpio-grgpio.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpio/gpio-grgpio.c b/drivers/gpio/gpio-grgpio.c
index 60a1556c570a..45b8d6a02b87 100644
--- a/drivers/gpio/gpio-grgpio.c
+++ b/drivers/gpio/gpio-grgpio.c
@@ -30,7 +30,6 @@
 #include <linux/gpio/driver.h>
 #include <linux/slab.h>
 #include <linux/err.h>
-#include <linux/gpio/driver.h>
 #include <linux/interrupt.h>
 #include <linux/irq.h>
 #include <linux/irqdomain.h>
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers/gpio/gpio-grgpio.c: Remove duplicate header
  2018-11-16 10:49 [PATCH] drivers/gpio/gpio-grgpio.c: Remove duplicate header Brajeswar Ghosh
@ 2018-11-19 14:09 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2018-11-19 14:09 UTC (permalink / raw)
  To: brajeswar.linux
  Cc: jrdr.linux, open list:GPIO SUBSYSTEM, linux-kernel, sabyasachi.linux

On Fri, Nov 16, 2018 at 11:49 AM Brajeswar Ghosh
<brajeswar.linux@gmail.com> wrote:

> Remove linux/gpio/driver.h which is included more than once
>
> Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>

Patch applied!

Thanks.
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-19 14:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-16 10:49 [PATCH] drivers/gpio/gpio-grgpio.c: Remove duplicate header Brajeswar Ghosh
2018-11-19 14:09 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).