From: gerg@snapgear.com

Remove include of non-existant net/module.h in m68knommu architecture
specific checksum code.



 25-akpm/arch/m68knommu/lib/checksum.c |    1 -
 1 files changed, 1 deletion(-)

diff -puN arch/m68knommu/lib/checksum.c~m68knommu-include-fix arch/m68knommu/lib/checksum.c
--- 25/arch/m68knommu/lib/checksum.c~m68knommu-include-fix	Mon Jan  5 12:37:24 2004
+++ 25-akpm/arch/m68knommu/lib/checksum.c	Mon Jan  5 12:37:24 2004
@@ -32,7 +32,6 @@
    of the assembly has to go. */
 
 #include <net/checksum.h>
-#include <net/module.h>
 
 static inline unsigned short from32to16(unsigned long x)
 {

_