[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20090420114624.28368.9627.stgit@warthog.procyon.org.uk>
Date: Mon, 20 Apr 2009 12:46:24 +0100
From: David Howells <dhowells@...hat.com>
To: torvalds@...l.org, akpm@...ux-foundation.org, rpjday@...shcourse.ca
Cc: dhowells@...hat.com, linux-kernel@...r.kernel.org
Subject: [PATCH] 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@...shcourse.ca>
Signed-off-by: David Howells <dhowells@...hat.com>
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists