mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01: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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue