projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a577ff
)
FRV: Don't attempt to #include <linux/blk.h> as it doesn't exist
author
David Howells
<dhowells@redhat.com>
Mon, 20 Apr 2009 11:46:24 +0000
(12:46 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 20 Apr 2009 15:12:59 +0000
(08:12 -0700)
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>
arch/frv/kernel/setup.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/frv/kernel/setup.c
b/arch/frv/kernel/setup.c
index 0669e13823831d5b994ac6daa439bd346f8943b1..55e4fab7c0bc7f3929729e8a20a07a0b8be80bd5 100644
(file)
--- 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