From 297b60346df8beafee954a0fd7c2d64f33f3b9bc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:44:05 +0000 Subject: [PATCH] rtl8211F_led_control --- kernel/include/asm-generic/vdso/vsyscall.h | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/kernel/include/asm-generic/vdso/vsyscall.h b/kernel/include/asm-generic/vdso/vsyscall.h index ce41032..c835607 100644 --- a/kernel/include/asm-generic/vdso/vsyscall.h +++ b/kernel/include/asm-generic/vdso/vsyscall.h @@ -11,20 +11,6 @@ } #endif /* __arch_get_k_vdso_data */ -#ifndef __arch_update_vdso_data -static __always_inline int __arch_update_vdso_data(void) -{ - return 0; -} -#endif /* __arch_update_vdso_data */ - -#ifndef __arch_get_clock_mode -static __always_inline int __arch_get_clock_mode(struct timekeeper *tk) -{ - return 0; -} -#endif /* __arch_get_clock_mode */ - #ifndef __arch_update_vsyscall static __always_inline void __arch_update_vsyscall(struct vdso_data *vdata, struct timekeeper *tk) -- Gitblit v1.6.2