* [PATCH] ext4: Remove unused including <linux/version.h>
@ 2020-09-18 2:46 Tian Tao
2020-10-03 4:45 ` Theodore Y. Ts'o
0 siblings, 1 reply; 2+ messages in thread
From: Tian Tao @ 2020-09-18 2:46 UTC (permalink / raw)
To: tytso, adilger.kernel, linux-ext4
Remove including <linux/version.h> that don't need it.
Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
---
fs/ext4/ext4.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 523e00d..ac63456 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -27,7 +27,6 @@
#include <linux/seqlock.h>
#include <linux/mutex.h>
#include <linux/timer.h>
-#include <linux/version.h>
#include <linux/wait.h>
#include <linux/sched/signal.h>
#include <linux/blockgroup_lock.h>
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-03 4:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-18 2:46 [PATCH] ext4: Remove unused including <linux/version.h> Tian Tao
2020-10-03 4:45 ` Theodore Y. Ts'o
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).