aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2023-06-25 20:11:20 +0800
committerRichard Weinberger <richard@nod.at>2023-08-26 22:36:14 +0200
commit11ae290ee6b824607cf5a837d1e893442ed0ba88 (patch)
treec308d6f8a04055cdc2107a6b71f1d626dec36969
parentdb4bfcba7bb8d10f00bba2a3da6b9a9c2a1d7b71 (diff)
downloadlinux-11ae290ee6b824607cf5a837d1e893442ed0ba88.tar.gz
um: Remove unsued extern declaration ldt_host_info()
This is unused now, so can remove it. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Richard Weinberger <richard@nod.at>
-rw-r--r--arch/x86/um/asm/mm_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/um/asm/mm_context.h b/arch/x86/um/asm/mm_context.h
index 4a73d63e4760e8..dc32dc023c2f8f 100644
--- a/arch/x86/um/asm/mm_context.h
+++ b/arch/x86/um/asm/mm_context.h
@@ -11,8 +11,6 @@
#include <linux/mutex.h>
#include <asm/ldt.h>
-extern void ldt_host_info(void);
-
#define LDT_PAGES_MAX \
((LDT_ENTRIES * LDT_ENTRY_SIZE)/PAGE_SIZE)
#define LDT_ENTRIES_PER_PAGE \