diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-05 11:16:35 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-05 11:16:35 +0100 |
commit | 7025bec9125b0a02edcaf22c2dce753bf2c95480 (patch) | |
tree | 0df4502fc26e6b0d283638a3786680044ae7c3b3 /arch/sh/kernel/process_32.c | |
parent | sh: Abstracted SH-4A UBC support on hw-breakpoint core. (diff) | |
download | linux-7025bec9125b0a02edcaf22c2dce753bf2c95480.tar.xz linux-7025bec9125b0a02edcaf22c2dce753bf2c95480.zip |
sh: Kill off dead UBC headers.
Nothing is using these now, so kill them all off.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/process_32.c')
-rw-r--r-- | arch/sh/kernel/process_32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/process_32.c b/arch/sh/kernel/process_32.c index 7399d78fc8ed..b94f9d96ac95 100644 --- a/arch/sh/kernel/process_32.c +++ b/arch/sh/kernel/process_32.c @@ -30,7 +30,6 @@ #include <asm/mmu_context.h> #include <asm/pgalloc.h> #include <asm/system.h> -#include <asm/ubc.h> #include <asm/fpu.h> #include <asm/syscalls.h> #include <asm/watchdog.h> |