Skip to content

Commit f297bfe

Browse files
dhowellstorvalds
authored andcommitted
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 <[email protected]> Signed-off-by: David Howells <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 8a577ff commit f297bfe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/frv/kernel/setup.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
#include <asm/io.h>
4747

4848
#ifdef CONFIG_BLK_DEV_INITRD
49-
#include <linux/blk.h>
5049
#include <asm/pgtable.h>
5150
#endif
5251

0 commit comments

Comments
 (0)