diff options
author | David Howells <dhowells@redhat.com> | 2009-04-20 12:46:24 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-20 08:12:59 -0700 |
commit | f297bfee71df4f1cc5bacd4dea330e1241ba61ae (patch) | |
tree | 9646844213fed4b5243d841b3485d4f47b4b668b /arch/frv | |
parent | 8a577ffc75d9194fe8cdb7479236f2081c26ca1f (diff) | |
download | op-kernel-dev-f297bfee71df4f1cc5bacd4dea330e1241ba61ae.zip op-kernel-dev-f297bfee71df4f1cc5bacd4dea330e1241ba61ae.tar.gz |
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>
Diffstat (limited to 'arch/frv')
-rw-r--r-- | arch/frv/kernel/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/frv/kernel/setup.c b/arch/frv/kernel/setup.c index 0669e13..55e4fab 100644 --- a/arch/frv/kernel/setup.c +++ b/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 |