f2fs: drop duplicate header timer.h

commit b4ceec2921 upstream.

Drop duplicate header timer.h from segment.c.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
Geliang Tang
2016-11-18 22:21:13 +08:00
committed by Amit Pundir
parent 4935b166e9
commit 4816405177

View File

@@ -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"