From: Vasily Gorbik Date: Sun, 27 Sep 2020 19:34:55 +0000 (+0200) Subject: s390/vdso: remove orphaned declarations X-Git-Tag: v5.15~2652^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3731ac579519d6c24ad2c5ac91959586b1919b5c;p=platform%2Fkernel%2Flinux-starfive.git s390/vdso: remove orphaned declarations Remove couple of declarations which are unused since commit 4bff8cb54502 ("s390: convert to GENERIC_VDSO"). Acked-by: Sven Schnelle Signed-off-by: Vasily Gorbik --- diff --git a/arch/s390/include/asm/vdso.h b/arch/s390/include/asm/vdso.h index 82f86b3c394b..29b44a930e71 100644 --- a/arch/s390/include/asm/vdso.h +++ b/arch/s390/include/asm/vdso.h @@ -35,9 +35,7 @@ struct vdso_per_cpu_data { }; extern struct vdso_data *vdso_data; -extern struct vdso_data boot_vdso_data; -void vdso_alloc_boot_cpu(struct lowcore *lowcore); int vdso_alloc_per_cpu(struct lowcore *lowcore); void vdso_free_per_cpu(struct lowcore *lowcore);