]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit45c47073dbebdf29672e4f15778f8b56caa941bc
tree8a430f6fbfe967d65231a41ce215893dc17360e2
parent7515aa4efcb8b1cd635945cebc5e86f17a371c65
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