From 191db3fdaad2d4c4effdcda705427b573d13254b Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Fri, 15 Mar 2013 17:16:17 +0100 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 Signed-off-by: Vineet Gupta --- 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 caf797de23fc..6634cf50e3b4 100644 --- a/arch/arc/mm/init.c +++ b/arch/arc/mm/init.c @@ -10,9 +10,6 @@ #include #include #include -#ifdef CONFIG_BLOCK_DEV_RAM -#include -#endif #include #include #include -- 2.39.5