diff mbox series

sh: Remove duplicate header

Message ID 5c40acf3.1c69fb81.5b02f.880c@mx.google.com (mailing list archive)
State New, archived
Headers show
Series sh: Remove duplicate header | expand

Commit Message

Sabyasachi Gupta Jan. 17, 2019, 4:27 p.m. UTC
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(-)

Comments

Souptick Joarder Jan. 17, 2019, 5:45 p.m. UTC | #1
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
>
Sabyasachi Gupta Jan. 30, 2019, 2:34 a.m. UTC | #2
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
> >
Sabyasachi Gupta Feb. 13, 2019, 4:18 p.m. UTC | #3
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
> > >
diff mbox series

Patch

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>