diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-27 05:32:16 -0500 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2012-12-10 23:43:42 -0500 |
commit | cf0e3a64cad19acd5904946d0647d751c1671620 (patch) | |
tree | eaa96a242118812f11e699c446e0dc330dfa6cfa /fs/f2fs | |
parent | 5bb446a2890f4dfd62ce4d9fcc982f8ea3c20010 (diff) |
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')
-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 7aa70b54172d..d3f5a70e2a49 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h | |||
@@ -14,7 +14,6 @@ | |||
14 | #include <linux/types.h> | 14 | #include <linux/types.h> |
15 | #include <linux/page-flags.h> | 15 | #include <linux/page-flags.h> |
16 | #include <linux/buffer_head.h> | 16 | #include <linux/buffer_head.h> |
17 | #include <linux/version.h> | ||
18 | #include <linux/slab.h> | 17 | #include <linux/slab.h> |
19 | #include <linux/crc32.h> | 18 | #include <linux/crc32.h> |
20 | #include <linux/magic.h> | 19 | #include <linux/magic.h> |