lkml.org 
[lkml]   [2023]   [Jul]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] signal: remove duplicate include header in signal.c
From: Ye Xingchen <ye.xingchen@zte.com.cn>

linux/file.h is included more than once.

Signed-off-by: Ye Xingchen <ye.xingchen@zte.com.cn>
---
kernel/signal.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/kernel/signal.c b/kernel/signal.c
index 9a3ff8157ceb..b1da4e81bde6 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -25,7 +25,6 @@
#include <linux/mm.h>
#include <linux/proc_fs.h>
#include <linux/tty.h>
-#include <linux/file.h>
#include <linux/binfmts.h>
#include <linux/coredump.h>
#include <linux/security.h>
--
2.25.1
\
 
 \ /
  Last update: 2023-07-10 09:25    [W:0.036 / U:0.524 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site