]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
s390/vdso: add missing boot_vdso_data declaration
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 14 Nov 2017 12:35:14 +0000 (13:35 +0100)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 14 Nov 2017 21:07:49 +0000 (22:07 +0100)
sparse says:
arch/s390/kernel/vdso.c:150:18:
 warning: symbol 'boot_vdso_data' was not declared. Should it be static?

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/include/asm/vdso.h

index ae6261ef97d558bb8d52e38286503ed13fca8373..169d7604eb804432e179b74f2737acc8266fb92a 100644 (file)
@@ -46,6 +46,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);