2019-01-17 16:30:52

by Sabyasachi Gupta

[permalink] [raw]
Subject: [PATCH] sh: Remove duplicate header

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

Signed-off-by: Sabyasachi Gupta <[email protected]>
---
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



2019-01-17 18:23:47

by Souptick Joarder

[permalink] [raw]
Subject: Re: [PATCH] sh: Remove duplicate header

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

Acked-by: Souptick Joarder <[email protected]>

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

2019-01-30 02:35:33

by Sabyasachi Gupta

[permalink] [raw]
Subject: Re: [PATCH] sh: Remove duplicate header

On Thu, Jan 17, 2019 at 11:11 PM Souptick Joarder <[email protected]> wrote:
>
> On Thu, Jan 17, 2019 at 9:57 PM Sabyasachi Gupta
> <[email protected]> wrote:
> >
> > Remove linux/irq.h which is included more than once.
> >
> > Signed-off-by: Sabyasachi Gupta <[email protected]>
>
> Acked-by: Souptick Joarder <[email protected]>
>
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
> >

2019-02-13 16:29:10

by Sabyasachi Gupta

[permalink] [raw]
Subject: Re: [PATCH] sh: Remove duplicate header

On Wed, Jan 30, 2019 at 8:04 AM Sabyasachi Gupta
<[email protected]> wrote:
>
> On Thu, Jan 17, 2019 at 11:11 PM Souptick Joarder <[email protected]> wrote:
> >
> > On Thu, Jan 17, 2019 at 9:57 PM Sabyasachi Gupta
> > <[email protected]> wrote:
> > >
> > > Remove linux/irq.h which is included more than once.
> > >
> > > Signed-off-by: Sabyasachi Gupta <[email protected]>
> >
> > Acked-by: Souptick Joarder <[email protected]>
> >
> 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
> > >