summaryrefslogtreecommitdiffstats
path: root/mm/nommu.c
diff options
context:
space:
mode:
authorDavid Howells2007-10-29 14:15:39 +0100
committerLinus Torvalds2007-10-29 15:53:26 +0100
commitf2b8544f5f50073fcc705e16b45a6821d50eb080 (patch)
tree53c6d6fc035ed4d907276ef2ab2e8aab853e9919 /mm/nommu.c
parentMerge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block (diff)
downloadkernel-qcow2-linux-f2b8544f5f50073fcc705e16b45a6821d50eb080.tar.gz
kernel-qcow2-linux-f2b8544f5f50073fcc705e16b45a6821d50eb080.tar.xz
kernel-qcow2-linux-f2b8544f5f50073fcc705e16b45a6821d50eb080.zip
NOMMU: mm/nommu.c needs linux/module.h
mm/nommu.c needs to #include linux/module.h for it to understand EXPORT_*() macros. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/nommu.c')
-rw-r--r--mm/nommu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/nommu.c b/mm/nommu.c
index 8f09333f78e1..35622c590925 100644
--- a/mm/nommu.c
+++ b/mm/nommu.c
@@ -12,6 +12,7 @@
* Copyright (c) 2002 Greg Ungerer <gerg@snapgear.com>
*/
+#include <linux/module.h>
#include <linux/mm.h>
#include <linux/mman.h>
#include <linux/swap.h>