FRV: Don't attempt to #include <linux/blk.h> as it doesn't exist
authorDavid Howells <dhowells@redhat.com>
Mon, 20 Apr 2009 11:46:24 +0000 (12:46 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Apr 2009 15:12:59 +0000 (08:12 -0700)
Stop the FRV arch from attempting to #include <linux/blk.h> as it doesn't
exist.

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/frv/kernel/setup.c

index 0669e13..55e4fab 100644 (file)
@@ -46,7 +46,6 @@
 #include <asm/io.h>
 
 #ifdef CONFIG_BLK_DEV_INITRD
-#include <linux/blk.h>
 #include <asm/pgtable.h>
 #endif