Bläddra i källkod

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>
David Howells 16 år sedan
förälder
incheckning
f297bfee71
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      arch/frv/kernel/setup.c

+ 0 - 1
arch/frv/kernel/setup.c

@@ -46,7 +46,6 @@
 #include <asm/io.h>
 
 #ifdef CONFIG_BLK_DEV_INITRD
-#include <linux/blk.h>
 #include <asm/pgtable.h>
 #endif