mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
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>
This commit is contained in:
parent
8a577ffc75
commit
f297bfee71
@ -46,7 +46,6 @@
|
||||
#include <asm/io.h>
|
||||
|
||||
#ifdef CONFIG_BLK_DEV_INITRD
|
||||
#include <linux/blk.h>
|
||||
#include <asm/pgtable.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user