]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
kdump: remove unneeded include
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 13 Sep 2012 01:01:31 +0000 (11:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Sep 2012 07:28:18 +0000 (17:28 +1000)
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>
kernel/kexec.c

index 0668d58d6413e8eeb8736b234be6d8d7378a4bea..5e4bd7864c5dedf836a7c85cc1ed8e3c4e31e6cb 100644 (file)
@@ -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>