diff --git a/mm/util.c b/mm/util.c index 21266dd86fb0..f8fc6a1ee176 100644 --- a/mm/util.c +++ b/mm/util.c @@ -357,6 +357,7 @@ unsigned long arch_mmap_rnd(void) return rnd << PAGE_SHIFT; } +EXPORT_SYMBOL_GPL(arch_mmap_rnd); static int mmap_is_legacy(struct rlimit *rlim_stack) {