Re: [PATCH] arc: remove #ifdef-ed out include of dead header

2013-03-15 Thread Vineet Gupta
On Friday 15 March 2013 09:46 PM, Paul Bolle wrote: > 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 Applied

[PATCH] arc: remove #ifdef-ed out include of dead header

2013-03-15 Thread Paul Bolle
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 --- Untested (no relevant hardware or compiler). arch/arc/mm/init.c