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>
This commit is contained in:
YueHaibing 2023-06-25 20:11:20 +08:00 committed by Richard Weinberger
parent db4bfcba7b
commit 11ae290ee6

View 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 \