Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ea7fddb authored by Ben Hutchings's avatar Ben Hutchings Committed by Martin Schwidefsky
Browse files

[S390] Remove unncessary export of arch_pick_mmap_layout



This function is defined for use in exec, not in modules.
No other architecture exports its implementation.

Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 43753826
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -100,7 +100,6 @@ void arch_pick_mmap_layout(struct mm_struct *mm)
		mm->unmap_area = arch_unmap_area_topdown;
	}
}
EXPORT_SYMBOL_GPL(arch_pick_mmap_layout);

#else

@@ -175,6 +174,5 @@ void arch_pick_mmap_layout(struct mm_struct *mm)
		mm->unmap_area = arch_unmap_area_topdown;
	}
}
EXPORT_SYMBOL_GPL(arch_pick_mmap_layout);

#endif