[PATCH] proc: Redundant header files exist

Lizhe posted 1 patch 6 hours ago
fs/proc/version.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] proc: Redundant header files exist
Posted by Lizhe 6 hours ago
The header file fs.h is already included by /proc-fs.h
Let's remove it

Signed-off-by: Lizhe <sensor1010@163.com>
---
 fs/proc/version.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/proc/version.c b/fs/proc/version.c
index 02e3c3cd4a9a..63fb49ce8c2e 100644
--- a/fs/proc/version.c
+++ b/fs/proc/version.c
@@ -1,5 +1,4 @@
 // SPDX-License-Identifier: GPL-2.0
-#include <linux/fs.h>
 #include <linux/init.h>
 #include <linux/kernel.h>
 #include <linux/proc_fs.h>
-- 
2.17.1