diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-10-09 10:51:06 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-10-09 10:51:06 +0400 |
commit | d78ffa0dcc2584b0ec35bdb6e585d092359ee74f (patch) | |
tree | ef2b8abda15a0b22c719643efa34a400fc041bd6 /arch/sh64 | |
parent | 948d12cbc30b85dc9effbaaf506b2eeefaefea07 (diff) | |
download | linux-d78ffa0dcc2584b0ec35bdb6e585d092359ee74f.tar.xz |
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 @@ #include <asm/pgtable.h> #include <asm/tlb.h> -#ifdef CONFIG_BLK_DEV_INITRD -#include <linux/blk.h> -#endif - DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); /* |