diff options
| author | David Howells <dhowells@redhat.com> | 2007-10-29 09:15:39 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-29 10:53:26 -0400 |
| commit | f2b8544f5f50073fcc705e16b45a6821d50eb080 (patch) | |
| tree | 53c6d6fc035ed4d907276ef2ab2e8aab853e9919 | |
| parent | cbf67812b2f1431c5e432ddecd202984c6882f2a (diff) | |
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>
| -rw-r--r-- | mm/nommu.c | 1 |
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 @@ | |||
| 12 | * Copyright (c) 2002 Greg Ungerer <gerg@snapgear.com> | 12 | * Copyright (c) 2002 Greg Ungerer <gerg@snapgear.com> |
| 13 | */ | 13 | */ |
| 14 | 14 | ||
| 15 | #include <linux/module.h> | ||
| 15 | #include <linux/mm.h> | 16 | #include <linux/mm.h> |
| 16 | #include <linux/mman.h> | 17 | #include <linux/mman.h> |
| 17 | #include <linux/swap.h> | 18 | #include <linux/swap.h> |
