Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752258AbdLJSSi (ORCPT ); Sun, 10 Dec 2017 13:18:38 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:44141 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752009AbdLJSSg (ORCPT ); Sun, 10 Dec 2017 13:18:36 -0500 X-Google-Smtp-Source: AGs4zMYgO0/+UrmKYEqj+s7WiTDfXeWCYfHenmmIHfNI38cHH84LFXEwU3UJ5h+BTFdhE7dXr0L8sQ== From: Pravin Shedge To: realmz6@gmail.com, mingo@kernel.org, adi-buildroot-devel@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org, pravin.shedge4linux@gmail.com Subject: [PATCH 34/45] arch/blackfin: remove duplicate includes Date: Sun, 10 Dec 2017 23:48:23 +0530 Message-Id: <1512929903-4508-1-git-send-email-pravin.shedge4linux@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1113 Lines: 35 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/blackfin/kernel/irqchip.c | 1 - arch/blackfin/mach-common/ints-priority.c | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/blackfin/kernel/irqchip.c b/arch/blackfin/kernel/irqchip.c index 052cde5..39a5a7d 100644 --- a/arch/blackfin/kernel/irqchip.c +++ b/arch/blackfin/kernel/irqchip.c @@ -11,7 +11,6 @@ #include #include #include -#include #include #include #include diff --git a/arch/blackfin/mach-common/ints-priority.c b/arch/blackfin/mach-common/ints-priority.c index e81a5b7..50cc3ef 100644 --- a/arch/blackfin/mach-common/ints-priority.c +++ b/arch/blackfin/mach-common/ints-priority.c @@ -26,7 +26,6 @@ #include #include #include -#include #include /* -- 2.7.4