mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
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:
parent
db4bfcba7b
commit
11ae290ee6
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user