From: YueHaibing Date: Sun, 25 Jun 2023 12:11:20 +0000 (+0800) Subject: um: Remove unsued extern declaration ldt_host_info() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=11ae290ee6b824607cf5a837d1e893442ed0ba88;p=linux.git um: Remove unsued extern declaration ldt_host_info() This is unused now, so can remove it. Signed-off-by: YueHaibing Signed-off-by: Richard Weinberger --- diff --git a/arch/x86/um/asm/mm_context.h b/arch/x86/um/asm/mm_context.h index 4a73d63e4760e..dc32dc023c2f8 100644 --- a/arch/x86/um/asm/mm_context.h +++ b/arch/x86/um/asm/mm_context.h @@ -11,8 +11,6 @@ #include #include -extern void ldt_host_info(void); - #define LDT_PAGES_MAX \ ((LDT_ENTRIES * LDT_ENTRY_SIZE)/PAGE_SIZE) #define LDT_ENTRIES_PER_PAGE \