linux-mips
[Top] [All Lists]

[PATCH 35/45] arch/mips: remove duplicate includes

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
Subject: [PATCH 35/45] arch/mips: remove duplicate includes
From: Pravin Shedge <pravin.shedge4linux@gmail.com>
Date: Sun, 10 Dec 2017 23:50:17 +0530
Cc: linux-kernel@vger.kernel.org, pravin.shedge4linux@gmail.com
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=aYrcLpL5PtQRNd+EFsu9C9w3E7zmMfFGJfG4uOB3BJY=; b=iw0TGEJ6geohipMHqvN7VOju+v5J5Lh7BbOTd8cpUGhM5Fww9NFqtDIikKmf/J2ttQ r8rgPKO18imOYvTqfyGK1IregMVoDVUBSAsykcj/f51Mj1x7my/v/vCPC55RvqvNFh3f ZhyVhye3syizim0l4cStY41Mwdhhh8lldGGUGYcA7eIo7Sy3rdMC8oREG5N0Ur28EM32 2tdGNS7L/oxgBiG0pvZPYpIBcpEmSkoZJ+3ZkFCojEUc+8bMHmL1bgIIgYupV0jqcLB3 8cEOzYxopKfS1o74MQUAvm9/5BjEE8x2ACwBrvFM0eRLkZK48lYGtxnodKPNdBh7V/16 IHug==
List-archive: <http://www.linux-mips.org/archives/linux-mips/>
List-help: <mailto:ecartis@linux-mips.org?Subject=help>
List-id: linux-mips <linux-mips.eddie.linux-mips.org>
List-owner: <mailto:ralf@linux-mips.org>
List-post: <mailto:linux-mips@linux-mips.org>
List-software: Ecartis version 1.0.0
List-subscribe: <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips>
List-unsubscribe: <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips>
Original-recipient: rfc822;linux-mips@linux-mips.org
Sender: linux-mips-bounce@linux-mips.org
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 <pravin.shedge4linux@gmail.com>
---
 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 <linux/hardirq.h>
 #include <linux/gfp.h>
 #include <linux/kcore.h>
-#include <linux/export.h>
 #include <linux/initrd.h>
 
 #include <asm/asm-offsets.h>
@@ -46,7 +45,6 @@
 #include <asm/pgalloc.h>
 #include <asm/tlb.h>
 #include <asm/fixmap.h>
-#include <asm/maar.h>
 
 /*
  * We have up to 8 empty zeroed pages so we can map one of the right colour
-- 
2.7.4


<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH 35/45] arch/mips: remove duplicate includes, Pravin Shedge <=