public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel: kexec_file: remove some duplicated include file
@ 2018-09-20  5:12 zhong jiang
  2018-09-21  2:15 ` Baoquan He
  0 siblings, 1 reply; 5+ messages in thread
From: zhong jiang @ 2018-09-20  5:12 UTC (permalink / raw)
  To: ebiederm; +Cc: kexec, linux-kernel

kexec.h and slab.h have duplicated include. hence just remove
redundant file.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
---
 kernel/kexec_file.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kernel/kexec_file.c b/kernel/kexec_file.c
index c6a3b68..35cf0ad 100644
--- a/kernel/kexec_file.c
+++ b/kernel/kexec_file.c
@@ -25,8 +25,6 @@
 #include <linux/elf.h>
 #include <linux/elfcore.h>
 #include <linux/kernel.h>
-#include <linux/kexec.h>
-#include <linux/slab.h>
 #include <linux/syscalls.h>
 #include <linux/vmalloc.h>
 #include "kexec_internal.h"
-- 
1.7.12.4


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

end of thread, other threads:[~2018-09-21  2:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-20  5:12 [PATCH] kernel: kexec_file: remove some duplicated include file zhong jiang
2018-09-21  2:15 ` Baoquan He
2018-09-21  2:27   ` zhong jiang
2018-09-21  2:35     ` Baoquan He
2018-09-21  2:48       ` zhong jiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox