[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1363364177.1335.123.camel@x61.thuisdomein>
Date: Fri, 15 Mar 2013 17:16:17 +0100
From: Paul Bolle <pebolle@...cali.nl>
To: Vineet Gupta <vgupta@...opsys.com>
Cc: linux-snps-arc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] arc: remove #ifdef-ed out include of dead header
There's no (Kconfig) macro CONFIG_BLOCK_DEV_RAM. (CONFIG_BLK_DEV_RAM
does exist though.) But linux/blk.h got killed in 2005 anyway (in a
patch titled "kill blk.h"), so these three lines can be removed.
Signed-off-by: Paul Bolle <pebolle@...cali.nl>
---
Untested (no relevant hardware or compiler).
arch/arc/mm/init.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/arc/mm/init.c b/arch/arc/mm/init.c
index caf797d..6634cf5 100644
--- a/arch/arc/mm/init.c
+++ b/arch/arc/mm/init.c
@@ -10,9 +10,6 @@
#include <linux/mm.h>
#include <linux/bootmem.h>
#include <linux/memblock.h>
-#ifdef CONFIG_BLOCK_DEV_RAM
-#include <linux/blk.h>
-#endif
#include <linux/swap.h>
#include <linux/module.h>
#include <asm/page.h>
--
1.7.11.7
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists