This commit was generated by cvs2svn to compensate for changes in r713,
[linux-2.6.git] / arch / s390 / mm / mmap.c
index ebe73af..fb187e5 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <linux/personality.h>
 #include <linux/mm.h>
+#include <linux/module.h>
 
 /*
  * Top of mmap area (just below the process stack).
@@ -81,3 +82,5 @@ void arch_pick_mmap_layout(struct mm_struct *mm)
                mm->unmap_area = arch_unmap_area_topdown;
        }
 }
+EXPORT_SYMBOL_GPL(arch_pick_mmap_layout);
+