diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-14 21:13:53 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-02 21:22:59 -0800 |
commit | 3277c39f8d706afb6fefc02f49563a73bbd405b9 (patch) | |
tree | b00b0a604337c04951cadd6ae518cefca8a89462 /arch/sh | |
parent | 75e7ce66ef044fa877a420f1b4febe416bbc09ad (diff) | |
download | op-kernel-dev-3277c39f8d706afb6fefc02f49563a73bbd405b9.zip op-kernel-dev-3277c39f8d706afb6fefc02f49563a73bbd405b9.tar.gz |
[NET]: Kill direct includes of asm/checksum.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/sh_ksyms.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/sh_ksyms.c b/arch/sh/kernel/sh_ksyms.c index 9daad70..8a2fd19 100644 --- a/arch/sh/kernel/sh_ksyms.c +++ b/arch/sh/kernel/sh_ksyms.c @@ -18,7 +18,6 @@ #include <asm/delay.h> #include <asm/tlbflush.h> #include <asm/cacheflush.h> -#include <asm/checksum.h> extern int dump_fpu(struct pt_regs *, elf_fpregset_t *); extern struct hw_interrupt_type no_irq_type; |