linux/arch/s390/kernel/vdso64
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
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
Makefile s390/vdso: reimplement getcpu vdso syscall 2020-11-23 12:01:13 +01:00
getcpu.c s390/vdso: add missing prototypes for vdso functions 2020-11-30 14:10:50 +01:00
note.S s390: add a few more SPDX identifiers 2017-12-05 07:51:09 +01:00
vdso.h s390/vdso: add missing prototypes for vdso functions 2020-11-30 14:10:50 +01:00
vdso64.lds.S s390/vdso: reimplement getcpu vdso syscall 2020-11-23 12:01:13 +01:00
vdso64_generic.c s390/vdso: add missing prototypes for vdso functions 2020-11-30 14:10:50 +01:00
vdso64_wrapper.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vdso_user_wrapper.S s390/vdso: reimplement getcpu vdso syscall 2020-11-23 12:01:13 +01:00