aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2005-01-09 01:36:05 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-09 01:36:05 -0800
commit11d7829025bddd70d592061728e62e0419de0349 (patch)
tree55aea9a3bdff8b61726078171736bccc4534fa35 /arch
parent215633453d0e84f09d17311140f24b6212d50166 (diff)
downloadhistory-11d7829025bddd70d592061728e62e0419de0349.tar.gz
[PATCH] m68knommu: include module.h to cleanup warnings in checksum.c
Include module.h to cleanup compiler warnings. Signed-off-by: Greg Ungerer <gerg@snapgear.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/m68knommu/lib/checksum.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68knommu/lib/checksum.c b/arch/m68knommu/lib/checksum.c
index 94d335c955c7dc..60d5394a837d5b 100644
--- a/arch/m68knommu/lib/checksum.c
+++ b/arch/m68knommu/lib/checksum.c
@@ -31,6 +31,7 @@
/* Revised by Kenneth Albanowski for m68knommu. Basic problem: unaligned access kills, so most
of the assembly has to go. */
+#include <linux/module.h>
#include <net/checksum.h>
static inline unsigned short from32to16(unsigned long x)