aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTian Tao <[email protected]>2020-09-18 10:46:05 +0800
committerTheodore Ts'o <[email protected]>2020-10-18 10:36:58 -0400
commit7eb90a2d6a4817d73165a2a1addd5ead2fcb74b1 (patch)
tree2cc7ae5e4b53c956918b2c03a930e64ae6329d4a
parentacaa532687cdc3a03757defafece9c27aa667546 (diff)
ext4: remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it. Signed-off-by: Tian Tao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
-rw-r--r--fs/ext4/ext4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index d2a4b67319d4..627600c25a15 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>