Skip to content

Commit

Permalink
FRV: Don't attempt to #include <linux/blk.h> as it doesn't exist
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dhowells authored and torvalds committed Apr 20, 2009
1 parent 8a577ff commit f297bfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/frv/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
#include <asm/io.h>

#ifdef CONFIG_BLK_DEV_INITRD
#include <linux/blk.h>
#include <asm/pgtable.h>
#endif

Expand Down

0 comments on commit f297bfe

Please sign in to comment.