All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] x86, kaslr: remove unused including <linux/version.h>
@ 2013-12-07 13:02 Wei Yongjun
  2013-12-09 18:03 ` Kees Cook
  2014-01-14 18:48 ` [tip:x86/kaslr] x86, kaslr: Remove unused including <linux/ version.h> tip-bot for Wei Yongjun
  0 siblings, 2 replies; 3+ messages in thread
From: Wei Yongjun @ 2013-12-07 13:02 UTC (permalink / raw)
  To: hpa, tglx, mingo, keescook; +Cc: yongjun_wei, x86, linux-kernel

From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove including <linux/version.h> that don't need it.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 arch/x86/boot/compressed/aslr.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/boot/compressed/aslr.c b/arch/x86/boot/compressed/aslr.c
index 84be175..90a21f4 100644
--- a/arch/x86/boot/compressed/aslr.c
+++ b/arch/x86/boot/compressed/aslr.c
@@ -10,7 +10,6 @@
 #include <linux/uts.h>
 #include <linux/utsname.h>
 #include <generated/utsrelease.h>
-#include <linux/version.h>
 
 /* Simplified build-specific string for starting entropy. */
 static const char build_str[] = UTS_RELEASE " (" LINUX_COMPILE_BY "@"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-14 18:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-07 13:02 [PATCH -next] x86, kaslr: remove unused including <linux/version.h> Wei Yongjun
2013-12-09 18:03 ` Kees Cook
2014-01-14 18:48 ` [tip:x86/kaslr] x86, kaslr: Remove unused including <linux/ version.h> tip-bot for Wei Yongjun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.