[PATCH] fs: proc: remove unused header file

Zipeng Zhang posted 1 patch 2 years, 10 months ago
fs/proc/version.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] fs: proc: remove unused header file
Posted by Zipeng Zhang 2 years, 10 months ago
Removed unused header file inclusion from 'fs/proc/version.c'.

Signed-off-by: Zipeng Zhang <zhangzipeng0@foxmail.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.39.2