Merge tag 'integrator-multiplatform-for-arm-soc' of git://git.kernel.org/pub/scm...
[cascardo/linux.git] / arch / arm64 / kernel / process.c
index c3065db..fde9923 100644 (file)
@@ -378,8 +378,3 @@ unsigned long arch_randomize_brk(struct mm_struct *mm)
 {
        return randomize_base(mm->brk);
 }
-
-unsigned long randomize_et_dyn(unsigned long base)
-{
-       return randomize_base(base);
-}