diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-10-09 02:51:06 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-10-09 02:51:06 -0400 |
commit | d78ffa0dcc2584b0ec35bdb6e585d092359ee74f (patch) | |
tree | ef2b8abda15a0b22c719643efa34a400fc041bd6 /arch/sh64 | |
parent | 948d12cbc30b85dc9effbaaf506b2eeefaefea07 (diff) |
sh64: Kill off obsolete linux/blk.h reference.
This is just dead code, kill it off..
Reported-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64')
-rw-r--r-- | arch/sh64/mm/init.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh64/mm/init.c b/arch/sh64/mm/init.c index 559717f30d1f..21cf42de23e2 100644 --- a/arch/sh64/mm/init.c +++ b/arch/sh64/mm/init.c | |||
@@ -22,10 +22,6 @@ | |||
22 | #include <asm/pgtable.h> | 22 | #include <asm/pgtable.h> |
23 | #include <asm/tlb.h> | 23 | #include <asm/tlb.h> |
24 | 24 | ||
25 | #ifdef CONFIG_BLK_DEV_INITRD | ||
26 | #include <linux/blk.h> | ||
27 | #endif | ||
28 | |||
29 | DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); | 25 | DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); |
30 | 26 | ||
31 | /* | 27 | /* |