From 1c055e55a242a33e574e48be530e06770a210dcd Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 19 Feb 2024 03:26:26 +0000 Subject: [PATCH] add r8169 read mac form eeprom --- 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