linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sh: Remove duplicate header
@ 2019-01-17 16:27 Sabyasachi Gupta
  2019-01-17 17:45 ` Souptick Joarder
  0 siblings, 1 reply; 4+ messages in thread
From: Sabyasachi Gupta @ 2019-01-17 16:27 UTC (permalink / raw)
  To: ysato, dalias; +Cc: jrdr.linux, linux-sh, linux-kernel, brajeswar.linux

Remove linux/irq.h which is included more than once.

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
---
 arch/sh/boards/mach-dreamcast/irq.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/sh/boards/mach-dreamcast/irq.c b/arch/sh/boards/mach-dreamcast/irq.c
index 2789647..69fa91c 100644
--- a/arch/sh/boards/mach-dreamcast/irq.c
+++ b/arch/sh/boards/mach-dreamcast/irq.c
@@ -10,7 +10,6 @@
  */
 #include <linux/irq.h>
 #include <linux/io.h>
-#include <linux/irq.h>
 #include <linux/export.h>
 #include <linux/err.h>
 #include <mach/sysasic.h>
-- 
2.7.4


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

* Re: [PATCH] sh: Remove duplicate header
  2019-01-17 16:27 [PATCH] sh: Remove duplicate header Sabyasachi Gupta
@ 2019-01-17 17:45 ` Souptick Joarder
  2019-01-30  2:34   ` Sabyasachi Gupta
  0 siblings, 1 reply; 4+ messages in thread
From: Souptick Joarder @ 2019-01-17 17:45 UTC (permalink / raw)
  To: Sabyasachi Gupta
  Cc: Yoshinori Sato, dalias, linux-sh, linux-kernel, Brajeswar Ghosh

On Thu, Jan 17, 2019 at 9:57 PM Sabyasachi Gupta
<sabyasachi.linux@gmail.com> wrote:
>
> Remove linux/irq.h which is included more than once.
>
> Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>

Acked-by: Souptick Joarder <jrdr.linux@gmail.com>

> ---
>  arch/sh/boards/mach-dreamcast/irq.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/arch/sh/boards/mach-dreamcast/irq.c b/arch/sh/boards/mach-dreamcast/irq.c
> index 2789647..69fa91c 100644
> --- a/arch/sh/boards/mach-dreamcast/irq.c
> +++ b/arch/sh/boards/mach-dreamcast/irq.c
> @@ -10,7 +10,6 @@
>   */
>  #include <linux/irq.h>
>  #include <linux/io.h>
> -#include <linux/irq.h>
>  #include <linux/export.h>
>  #include <linux/err.h>
>  #include <mach/sysasic.h>
> --
> 2.7.4
>

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

* Re: [PATCH] sh: Remove duplicate header
  2019-01-17 17:45 ` Souptick Joarder
@ 2019-01-30  2:34   ` Sabyasachi Gupta
  2019-02-13 16:18     ` Sabyasachi Gupta
  0 siblings, 1 reply; 4+ messages in thread
From: Sabyasachi Gupta @ 2019-01-30  2:34 UTC (permalink / raw)
  To: Souptick Joarder
  Cc: Yoshinori Sato, dalias, linux-sh, linux-kernel, Brajeswar Ghosh

On Thu, Jan 17, 2019 at 11:11 PM Souptick Joarder <jrdr.linux@gmail.com> wrote:
>
> On Thu, Jan 17, 2019 at 9:57 PM Sabyasachi Gupta
> <sabyasachi.linux@gmail.com> wrote:
> >
> > Remove linux/irq.h which is included more than once.
> >
> > Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
>
> Acked-by: Souptick Joarder <jrdr.linux@gmail.com>
>
If no further comment, can we get this patch in queue for 5.1 ?
> > ---
> >  arch/sh/boards/mach-dreamcast/irq.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/arch/sh/boards/mach-dreamcast/irq.c b/arch/sh/boards/mach-dreamcast/irq.c
> > index 2789647..69fa91c 100644
> > --- a/arch/sh/boards/mach-dreamcast/irq.c
> > +++ b/arch/sh/boards/mach-dreamcast/irq.c
> > @@ -10,7 +10,6 @@
> >   */
> >  #include <linux/irq.h>
> >  #include <linux/io.h>
> > -#include <linux/irq.h>
> >  #include <linux/export.h>
> >  #include <linux/err.h>
> >  #include <mach/sysasic.h>
> > --
> > 2.7.4
> >

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

* Re: [PATCH] sh: Remove duplicate header
  2019-01-30  2:34   ` Sabyasachi Gupta
@ 2019-02-13 16:18     ` Sabyasachi Gupta
  0 siblings, 0 replies; 4+ messages in thread
From: Sabyasachi Gupta @ 2019-02-13 16:18 UTC (permalink / raw)
  To: Souptick Joarder
  Cc: Yoshinori Sato, dalias, linux-sh, linux-kernel, Brajeswar Ghosh

On Wed, Jan 30, 2019 at 8:04 AM Sabyasachi Gupta
<sabyasachi.linux@gmail.com> wrote:
>
> On Thu, Jan 17, 2019 at 11:11 PM Souptick Joarder <jrdr.linux@gmail.com> wrote:
> >
> > On Thu, Jan 17, 2019 at 9:57 PM Sabyasachi Gupta
> > <sabyasachi.linux@gmail.com> wrote:
> > >
> > > Remove linux/irq.h which is included more than once.
> > >
> > > Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
> >
> > Acked-by: Souptick Joarder <jrdr.linux@gmail.com>
> >
> If no further comment, can we get this patch in queue for 5.1 ?

If no further comment, can we get this patch in queue for 5.1 ?

> > > ---
> > >  arch/sh/boards/mach-dreamcast/irq.c | 1 -
> > >  1 file changed, 1 deletion(-)
> > >
> > > diff --git a/arch/sh/boards/mach-dreamcast/irq.c b/arch/sh/boards/mach-dreamcast/irq.c
> > > index 2789647..69fa91c 100644
> > > --- a/arch/sh/boards/mach-dreamcast/irq.c
> > > +++ b/arch/sh/boards/mach-dreamcast/irq.c
> > > @@ -10,7 +10,6 @@
> > >   */
> > >  #include <linux/irq.h>
> > >  #include <linux/io.h>
> > > -#include <linux/irq.h>
> > >  #include <linux/export.h>
> > >  #include <linux/err.h>
> > >  #include <mach/sysasic.h>
> > > --
> > > 2.7.4
> > >

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

end of thread, other threads:[~2019-02-13 16:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17 16:27 [PATCH] sh: Remove duplicate header Sabyasachi Gupta
2019-01-17 17:45 ` Souptick Joarder
2019-01-30  2:34   ` Sabyasachi Gupta
2019-02-13 16:18     ` Sabyasachi Gupta

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