projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db4bfcb
)
um: Remove unsued extern declaration ldt_host_info()
author
YueHaibing
<yuehaibing@huawei.com>
Sun, 25 Jun 2023 12:11:20 +0000
(20:11 +0800)
committer
Richard Weinberger
<richard@nod.at>
Sat, 26 Aug 2023 20:36:14 +0000
(22:36 +0200)
This is unused now, so can remove it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/x86/um/asm/mm_context.h
patch
|
blob
|
history
diff --git
a/arch/x86/um/asm/mm_context.h
b/arch/x86/um/asm/mm_context.h
index 4a73d63e4760e84d3d4d522445986fc15bcec148..dc32dc023c2f8fe474b0412cb587c50dc4d85111 100644
(file)
--- a/
arch/x86/um/asm/mm_context.h
+++ b/
arch/x86/um/asm/mm_context.h
@@
-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 \