Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f2b8544f5f50073fcc705e16b45a6821d50eb080
Commit:     f2b8544f5f50073fcc705e16b45a6821d50eb080
Parent:     cbf67812b2f1431c5e432ddecd202984c6882f2a
Author:     David Howells <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 29 13:15:39 2007 +0000
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Mon Oct 29 07:53:26 2007 -0700

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 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 <[EMAIL PROTECTED]>
  */
 
+#include <linux/module.h>
 #include <linux/mm.h>
 #include <linux/mman.h>
 #include <linux/swap.h>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to