forked from Minki/linux
3767f3f1ee
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>
6 lines
97 B
C
6 lines
97 B
C
#ifdef CONFIG_SUPERH32
|
|
# include "checksum_32.h"
|
|
#else
|
|
# include <asm-generic/checksum.h>
|
|
#endif
|