Commit 11ae290e authored by YueHaibing's avatar YueHaibing Committed by Richard Weinberger
Browse files

um: Remove unsued extern declaration ldt_host_info()



This is unused now, so can remove it.

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent db4bfcba
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 \