Commit 3731ac57 authored by Vasily Gorbik's avatar Vasily Gorbik
Browse files

s390/vdso: remove orphaned declarations



Remove couple of declarations which are unused since commit 4bff8cb5
("s390: convert to GENERIC_VDSO").

Acked-by: default avatarSven Schnelle <svens@linux.ibm.com>
Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
parent 54530ce6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);