aboutsummaryrefslogtreecommitdiff
path: root/fs/omfs
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2011-06-23 23:59:32 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2011-06-24 08:34:22 -0700
commit46e4edbf7ea9cf26665eb9f90c0fc7688d1a51ed (patch)
treeedc47b971abd93024a730661890e833b2e99c499 /fs/omfs
parent1b19ca9f0bdab7d5035821e1ec8f39df9a6e3ee0 (diff)
Remove unneeded version.h includes from fs/
It was pointed out by 'make versioncheck' that some includes of linux/version.h were not needed in fs/ (fs/btrfs/ctree.h and fs/omfs/file.c). This patch removes them. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Acked-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/omfs')
-rw-r--r--fs/omfs/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/omfs/file.c b/fs/omfs/file.c
index d738a7e493d..2c6d95257a4 100644
--- a/fs/omfs/file.c
+++ b/fs/omfs/file.c
@@ -4,7 +4,6 @@
* Released under GPL v2.
*/
-#include <linux/version.h>
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/buffer_head.h>