From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pravin Shedge Date: Sun, 10 Dec 2017 18:45:14 +0000 Subject: [PATCH 44/45] arch/sh: remove duplicate includes Message-Id: <1512930794-5103-1-git-send-email-pravin.shedge4linux@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ysato@users.sourceforge.jp, dalias@libc.org, linux-sh@vger.kernel.org Cc: linux-kernel@vger.kernel.org, pravin.shedge4linux@gmail.com These duplicate includes have been found with scripts/checkincludes.pl but they have been removed manually to avoid removing false positives. Signed-off-by: Pravin Shedge --- 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 #include -#include #include #include #include -- 2.7.4