mirror of https://gitee.com/openkylin/linux.git
1ab3001b6e
clang W=1 warns about missing prototypes: >> arch/s390/kernel/vdso64/getcpu.c:8:5: warning: no previous prototype for function '__s390_vdso_getcpu' [-Wmissing-prototypes] int __s390_vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused) ^ Add a local header file in order to get rid of this warnings. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
getcpu.c | ||
note.S | ||
vdso.h | ||
vdso64.lds.S | ||
vdso64_generic.c | ||
vdso64_wrapper.S | ||
vdso_user_wrapper.S |