FRV: Don't attempt to #include <linux/blk.h> as it doesn't exist

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>

authored by David Howells and committed by Linus Torvalds f297bfee 8a577ffc

-1
-1
arch/frv/kernel/setup.c
··· 46 46 #include <asm/io.h> 47 47 48 48 #ifdef CONFIG_BLK_DEV_INITRD 49 - #include <linux/blk.h> 50 49 #include <asm/pgtable.h> 51 50 #endif 52 51