Re: [PATCH] sh: Remove duplicate header

2019-02-13 Thread Sabyasachi Gupta
On Wed, Jan 30, 2019 at 8:04 AM Sabyasachi Gupta wrote: > > On Thu, Jan 17, 2019 at 11:11 PM Souptick Joarder > wrote: > > > > On Thu, Jan 17, 2019 at 9:57 PM Sabyasachi Gupta > > wrote: > > > > > > Remove linux/irq.h which is included more than once. > > > > > > Signed-off-by: Sabyasachi Gupta

Re: [PATCH] sh: Remove duplicate header

2019-01-29 Thread Sabyasachi Gupta
On Thu, Jan 17, 2019 at 11:11 PM Souptick Joarder wrote: > > On Thu, Jan 17, 2019 at 9:57 PM Sabyasachi Gupta > wrote: > > > > Remove linux/irq.h which is included more than once. > > > > Signed-off-by: Sabyasachi Gupta > > Acked-by: Souptick Joarder > If no further comment, can we get this pat

Re: [PATCH] sh: Remove duplicate header

2019-01-17 Thread Souptick Joarder
On Thu, Jan 17, 2019 at 9:57 PM Sabyasachi Gupta wrote: > > Remove linux/irq.h which is included more than once. > > Signed-off-by: Sabyasachi Gupta Acked-by: Souptick Joarder > --- > arch/sh/boards/mach-dreamcast/irq.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/sh/boards/ma