mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] proc: Redundant header files exist
@ 2025-12-13 19:30 Lizhe
  0 siblings, 0 replies; only message in thread
From: Lizhe @ 2025-12-13 19:30 UTC (permalink / raw)
  To: adobriyan, gregkh; +Cc: linux-kernel, linux-fsdevel, Lizhe

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


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

only message in thread, other threads:[~2025-12-13 19:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-13 19:30 [PATCH] proc: Redundant header files exist Lizhe

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

all inboxes | Powered by JetHome®