Skip to content
Commit 1ab3001b authored by Heiko Carstens's avatar Heiko Carstens
Browse files

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: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
parent 10e59217
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment