diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-15 00:00:42 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-15 00:00:42 +0900 |
commit | 3767f3f1ee11da55760616a2c68a09c02babdd9b (patch) | |
tree | 41f01349b06063bd9ba52c6bb852cb34797a9331 /arch/sh/include/asm/checksum.h | |
parent | 2b74b85693c7c0772e8787883230cd15314555f8 (diff) | |
download | linux-3767f3f1ee11da55760616a2c68a09c02babdd9b.tar.bz2 |
sh: Convert sh64 to use the generic checksum code.
This plugs in GENERIC_CSUM support on sh64, and kills off all of the old
references.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/checksum.h')
-rw-r--r-- | arch/sh/include/asm/checksum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/checksum.h b/arch/sh/include/asm/checksum.h index 67496ab0ef04..fc26d1f4b590 100644 --- a/arch/sh/include/asm/checksum.h +++ b/arch/sh/include/asm/checksum.h @@ -1,5 +1,5 @@ #ifdef CONFIG_SUPERH32 # include "checksum_32.h" #else -# include "checksum_64.h" +# include <asm-generic/checksum.h> #endif |