Skip to content

Commit

Permalink
f2fs: remove unneeded version.h header file from f2fs.h
Browse files Browse the repository at this point in the history
Including <linux/version.h> is not necessary.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
  • Loading branch information
Sachin Kamat authored and Jaegeuk Kim committed Dec 11, 2012
1 parent 5bb446a commit cf0e3a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/f2fs/f2fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cf0e3a6

Please sign in to comment.