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:
committed by
Richard Weinberger
parent
db4bfcba7b
commit
11ae290ee6
@@ -11,8 +11,6 @@
|
|||||||
#include <linux/mutex.h>
|
#include <linux/mutex.h>
|
||||||
#include <asm/ldt.h>
|
#include <asm/ldt.h>
|
||||||
|
|
||||||
extern void ldt_host_info(void);
|
|
||||||
|
|
||||||
#define LDT_PAGES_MAX \
|
#define LDT_PAGES_MAX \
|
||||||
((LDT_ENTRIES * LDT_ENTRY_SIZE)/PAGE_SIZE)
|
((LDT_ENTRIES * LDT_ENTRY_SIZE)/PAGE_SIZE)
|
||||||
#define LDT_ENTRIES_PER_PAGE \
|
#define LDT_ENTRIES_PER_PAGE \
|
||||||
|
Reference in New Issue
Block a user