um: Remove unsued extern declaration ldt_host_info()
authorYueHaibing <yuehaibing@huawei.com>
Sun, 25 Jun 2023 12:11:20 +0000 (20:11 +0800)
committerRichard Weinberger <richard@nod.at>
Sat, 26 Aug 2023 20:36:14 +0000 (22:36 +0200)
This is unused now, so can remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/x86/um/asm/mm_context.h

index 4a73d63..dc32dc0 100644 (file)
@@ -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 \