powerpc/vdso: Remove vdso_setup()
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Sun, 27 Sep 2020 09:16:43 +0000 (09:16 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 3 Dec 2020 14:01:19 +0000 (01:01 +1100)
commita4ccd64acb8c08ce8d36001cdd06477deec6ae89
tree8a430f6fbfe967d65231a41ce215893dc17360e2
parent67a354051da28d482e53146def212b102664ce0e
powerpc/vdso: Remove vdso_setup()

vdso_fixup_features() cannot fail anymore and that's
the only function called by vdso_setup().

vdso_setup() has become trivial and can be removed.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/11522eec6140f510a8c89c63cbb739277d097fdc.1601197618.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/vdso.c