Re: [PATCH linux-next] include/getcpu.h: Fixed kernel test robot warning

2020-11-30 Thread Heiko Carstens
On Sat, Nov 28, 2020 at 09:11:57PM +0530, Souptick Joarder wrote: > Kernel test robot generates below warning -> > > >> 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,

[PATCH linux-next] include/getcpu.h: Fixed kernel test robot warning

2020-11-28 Thread Souptick Joarder
Kernel test robot generates below warning -> >> 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) ^