public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] signal: remove some duplicated includes
@ 2018-11-26 15:09 Yangtao Li
  0 siblings, 0 replies; only message in thread
From: Yangtao Li @ 2018-11-26 15:09 UTC (permalink / raw)
  To: ebiederm, akpm, christian, tglx; +Cc: linux-kernel, Yangtao Li

tty.h and fs.h are included twice.It's unnecessary.
hence just remove them.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
 kernel/signal.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kernel/signal.c b/kernel/signal.c
index 9a32bc2088c9..b319f06e23f7 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -19,8 +19,6 @@
 #include <linux/sched/task.h>
 #include <linux/sched/task_stack.h>
 #include <linux/sched/cputime.h>
-#include <linux/fs.h>
-#include <linux/tty.h>
 #include <linux/binfmts.h>
 #include <linux/coredump.h>
 #include <linux/security.h>
-- 
2.17.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-26 15:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-26 15:09 [PATCH] signal: remove some duplicated includes Yangtao Li

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