Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752374AbdLJSUa (ORCPT ); Sun, 10 Dec 2017 13:20:30 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:35130 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752310AbdLJSU3 (ORCPT ); Sun, 10 Dec 2017 13:20:29 -0500 X-Google-Smtp-Source: AGs4zMbfK8pw8PI78gL2B5BZMNEfehx6khcL66XOSzOOuSeyHi7iEdTB2i1tysX/zfbPmFHhnRgYUA== From: Pravin Shedge To: ralf@linux-mips.org, jhogan@kernel.org, paul.burton@mips.com, Steven.Hill@cavium.com, alex.belits@cavium.com, linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org, pravin.shedge4linux@gmail.com Subject: [PATCH 35/45] arch/mips: remove duplicate includes Date: Sun, 10 Dec 2017 23:50:17 +0530 Message-Id: <1512930017-4573-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: 795 Lines: 30 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/mips/mm/init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c index 84b7b59..400676c 100644 --- a/arch/mips/mm/init.c +++ b/arch/mips/mm/init.c @@ -30,7 +30,6 @@ #include #include #include -#include #include #include @@ -46,7 +45,6 @@ #include #include #include -#include /* * We have up to 8 empty zeroed pages so we can map one of the right colour -- 2.7.4