aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorBorislav Petkov (AMD) <[email protected]>2023-02-07 16:13:24 +0100
committerBorislav Petkov (AMD) <[email protected]>2023-02-07 18:23:17 +0100
commitdac0da428f8dfb23666ab4ea54a7768c152b857a (patch)
tree99e03ac20ecfd8364f284e50d528d6d392f6bb6a /scripts/gdb/linux/modules.py
parent877cff5296faa6ef312f8002216bbf73bea006c7 (diff)
x86/vdso: Fix -Wmissing-prototypes warnings
Fix those: In file included from arch/x86/entry/vdso/vdso32/vclock_gettime.c:4: arch/x86/entry/vdso/vdso32/../vclock_gettime.c:70:5: warning: no previous prototype for ‘__vdso_clock_gettime64’ [-Wmissing-prototypes] 70 | int __vdso_clock_gettime64(clockid_t clock, struct __kernel_timespec *ts) | In file included from arch/x86/entry/vdso/vdso32/vgetcpu.c:3: arch/x86/entry/vdso/vdso32/../vgetcpu.c:13:1: warning: no previous prototype for ‘__vdso_getcpu’ [-Wmissing-prototypes] 13 | __vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused) | ^~~~~~~~~~~~~ Reported-by: kernel test robot <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions