* [PATCH] NOMMU: mm/nommu.c needs linux/module.h
@ 2007-10-29 13:15 David Howells
0 siblings, 0 replies; only message in thread
From: David Howells @ 2007-10-29 13:15 UTC (permalink / raw)
To: torvalds, akpm; +Cc: linux-kernel, dhowells
From: David Howells <dhowells@redhat.com>
mm/nommu.c needs to #include linux/module.h for it to understand EXPORT_*()
macros.
Signed-off-by: David Howells <dhowells@redhat.com>
---
mm/nommu.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/mm/nommu.c b/mm/nommu.c
index 8f09333..35622c5 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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-29 13:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-29 13:15 [PATCH] NOMMU: mm/nommu.c needs linux/module.h David Howells
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®