From: Geert Uytterhoeven <geert@linux-m68k.org>

M68k: Add missing include, showing up due to include reshuffling in 2.6.8-rc1

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/m68k/lib/checksum.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN arch/m68k/lib/checksum.c~m68k-checksum-include arch/m68k/lib/checksum.c
--- 25/arch/m68k/lib/checksum.c~m68k-checksum-include	2004-07-26 17:26:20.765698080 -0700
+++ 25-akpm/arch/m68k/lib/checksum.c	2004-07-26 17:26:20.768697624 -0700
@@ -32,6 +32,7 @@
  *		csum_partial_copy_from_user.
  */
 
+#include <linux/module.h>
 #include <net/checksum.h>
 
 /*
_