diff options
author | Geliang Tang <geliangtang@gmail.com> | 2016-11-18 15:21:13 +0100 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2016-11-25 19:16:06 +0100 |
commit | b4ceec29219e340178baa9c5f17bf97a42951cc8 (patch) | |
tree | 4b83b43da3113ae35dbad48903f3f3d17c38a4c2 | |
parent | f2fs: fix wrong AUTO_RECOVER condition (diff) | |
download | linux-b4ceec29219e340178baa9c5f17bf97a42951cc8.tar.xz linux-b4ceec29219e340178baa9c5f17bf97a42951cc8.zip |
f2fs: drop duplicate header timer.h
Drop duplicate header timer.h from segment.c.
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
-rw-r--r-- | fs/f2fs/segment.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c index c8dc037dbfa1..eaa0b40e1ba0 100644 --- a/fs/f2fs/segment.c +++ b/fs/f2fs/segment.c @@ -16,7 +16,6 @@ #include <linux/kthread.h> #include <linux/swap.h> #include <linux/timer.h> -#include <linux/timer.h> #include "f2fs.h" #include "segment.h" |