提交 3c6153e8 编写于 作者: H Heiko Carstens

s390/vdso: add missing boot_vdso_data declaration

sparse says:
arch/s390/kernel/vdso.c:150:18:
 warning: symbol 'boot_vdso_data' was not declared. Should it be static?
Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
上级 dfd4c493
...@@ -46,6 +46,7 @@ struct vdso_per_cpu_data { ...@@ -46,6 +46,7 @@ struct vdso_per_cpu_data {
}; };
extern struct vdso_data *vdso_data; extern struct vdso_data *vdso_data;
extern struct vdso_data boot_vdso_data;
void vdso_alloc_boot_cpu(struct lowcore *lowcore); void vdso_alloc_boot_cpu(struct lowcore *lowcore);
int vdso_alloc_per_cpu(struct lowcore *lowcore); int vdso_alloc_per_cpu(struct lowcore *lowcore);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册