* [PATCH] sh:mach-dreamcast/irq.c : Remove duplicate header
@ 2019-03-22 21:02 jagdsh.linux
2019-03-27 12:09 ` Mukesh Ojha
0 siblings, 1 reply; 2+ messages in thread
From: jagdsh.linux @ 2019-03-22 21:02 UTC (permalink / raw)
To: ysato, dalias, akpm, horms+renesas, kuninori.morimoto.gx
Cc: linux-sh, linux-kernel, Jagadeesh Pagadala
From: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
Remove duplicate header which is included twice.
Signed-off-by: Jagadeesh Pagadala <jagdsh.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 a929f76..cc06e4c 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>
--
1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] sh:mach-dreamcast/irq.c : Remove duplicate header
2019-03-22 21:02 [PATCH] sh:mach-dreamcast/irq.c : Remove duplicate header jagdsh.linux
@ 2019-03-27 12:09 ` Mukesh Ojha
0 siblings, 0 replies; 2+ messages in thread
From: Mukesh Ojha @ 2019-03-27 12:09 UTC (permalink / raw)
To: jagdsh.linux, ysato, dalias, akpm, horms+renesas, kuninori.morimoto.gx
Cc: linux-sh, linux-kernel
On 3/23/2019 2:32 AM, jagdsh.linux@gmail.com wrote:
> From: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
>
> Remove duplicate header which is included twice.
>
> Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
> ---
> 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 a929f76..cc06e4c 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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-27 12:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-22 21:02 [PATCH] sh:mach-dreamcast/irq.c : Remove duplicate header jagdsh.linux
2019-03-27 12:09 ` Mukesh Ojha
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome