projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fb8844
)
kdump: remove unneeded include
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Fri, 5 Oct 2012 00:15:47 +0000
(17:15 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 5 Oct 2012 18:05:19 +0000
(
03:05
+0900)
The inclusion of <generated/utsrelease.h> is unnecessary.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Reviewed-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/kexec.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/kexec.c
b/kernel/kexec.c
index 0668d58d6413e8eeb8736b234be6d8d7378a4bea..5e4bd7864c5dedf836a7c85cc1ed8e3c4e31e6cb 100644
(file)
--- a/
kernel/kexec.c
+++ b/
kernel/kexec.c
@@
-21,7
+21,6
@@
#include <linux/hardirq.h>
#include <linux/elf.h>
#include <linux/elfcore.h>
-#include <generated/utsrelease.h>
#include <linux/utsname.h>
#include <linux/numa.h>
#include <linux/suspend.h>