projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbf6781
)
NOMMU: mm/nommu.c needs linux/module.h
author
David Howells
<dhowells@redhat.com>
Mon, 29 Oct 2007 13:15:39 +0000
(13:15 +0000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Mon, 29 Oct 2007 14:53:26 +0000
(07:53 -0700)
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>
mm/nommu.c
patch
|
blob
|
blame
|
history
diff --git
a/mm/nommu.c
b/mm/nommu.c
index 8f09333f78e1d63dbe1a5d24c9ba240ce683dbc6..35622c59092546b9fd91d1aa31eceb3504bae41d 100644
(file)
--- 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>