[PATCH -next] x86/boot: Remove unused copy_*_gs() declarations
From: Yue Haibing
Date: Thu Nov 20 2025 - 06:49:12 EST
Commit 28be1b454c2b ("x86/boot: Remove unused copy_*_gs() functions")
removed the functions but leave these.
Signed-off-by: Yue Haibing <yuehaibing@xxxxxxxxxx>
---
arch/x86/boot/boot.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/x86/boot/boot.h b/arch/x86/boot/boot.h
index a3c58ebe3662..8e3eab34dff4 100644
--- a/arch/x86/boot/boot.h
+++ b/arch/x86/boot/boot.h
@@ -193,8 +193,6 @@ static inline bool heap_free(size_t n)
void copy_to_fs(addr_t dst, void *src, size_t len);
void *copy_from_fs(void *dst, addr_t src, size_t len);
-void copy_to_gs(addr_t dst, void *src, size_t len);
-void *copy_from_gs(void *dst, addr_t src, size_t len);
/* a20.c */
int enable_a20(void);
--
2.34.1