Files
linux/arch/s390/kernel
Heiko Carstens 1ab3001b6e s390/vdso: add missing prototypes for vdso functions
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>
2020-11-30 14:10:50 +01:00
..
2020-08-11 18:16:43 +02:00
2020-09-17 14:11:03 +02:00
2020-11-23 12:01:12 +01:00
2020-09-14 10:08:07 +02:00
2020-06-29 16:31:46 +02:00
2020-08-17 13:17:14 +02:00
2020-06-29 16:31:46 +02:00