diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-27 16:02:16 +0530 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2012-12-11 13:43:42 +0900 |
commit | cf0e3a64cad19acd5904946d0647d751c1671620 (patch) | |
tree | eaa96a242118812f11e699c446e0dc330dfa6cfa /fs/f2fs/f2fs.h | |
parent | 5bb446a2890f4dfd62ce4d9fcc982f8ea3c20010 (diff) | |
download | op-kernel-dev-cf0e3a64cad19acd5904946d0647d751c1671620.zip op-kernel-dev-cf0e3a64cad19acd5904946d0647d751c1671620.tar.gz |
f2fs: remove unneeded version.h header file from f2fs.h
Including <linux/version.h> is not necessary.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r-- | fs/f2fs/f2fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 7aa70b5..d3f5a70 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h @@ -14,7 +14,6 @@ #include <linux/types.h> #include <linux/page-flags.h> #include <linux/buffer_head.h> -#include <linux/version.h> #include <linux/slab.h> #include <linux/crc32.h> #include <linux/magic.h> |