Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-linus
[pandora-kernel.git] / arch / m68k / lib / checksum.c
1 #ifdef CONFIG_MMU
2 #include "checksum_mm.c"
3 #else
4 #include "checksum_no.c"
5 #endif