Skip to content

Commit 11ae290

Browse files
YueHaibingrichardweinberger
authored andcommitted
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>
1 parent db4bfcb commit 11ae290

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/x86/um/asm/mm_context.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#include <linux/mutex.h>
1212
#include <asm/ldt.h>
1313

14-
extern void ldt_host_info(void);
15-
1614
#define LDT_PAGES_MAX \
1715
((LDT_ENTRIES * LDT_ENTRY_SIZE)/PAGE_SIZE)
1816
#define LDT_ENTRIES_PER_PAGE \

0 commit comments

Comments
 (0)