diff options
author | YueHaibing <yuehaibing@huawei.com> | 2023-06-25 20:11:20 +0800 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2023-08-26 22:36:14 +0200 |
commit | 11ae290ee6b824607cf5a837d1e893442ed0ba88 (patch) | |
tree | c308d6f8a04055cdc2107a6b71f1d626dec36969 /arch/x86/um | |
parent | db4bfcba7bb8d10f00bba2a3da6b9a9c2a1d7b71 (diff) |
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>
Diffstat (limited to 'arch/x86/um')
-rw-r--r-- | arch/x86/um/asm/mm_context.h | 2 |
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 4a73d63e4760..dc32dc023c2f 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 \ |