Remove unneeded version.h includes from fs/
authorJesper Juhl <jj@chaosbits.net>
Thu, 23 Jun 2011 21:59:32 +0000 (23:59 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jun 2011 15:34:22 +0000 (08:34 -0700)
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>
fs/btrfs/ctree.h
fs/omfs/file.c

index 300628795fdb0b99dc7e0dfa871c866c420dfac9..f30ac05dbda7d1a60048aee7422026754b49b885 100644 (file)
@@ -19,7 +19,6 @@
 #ifndef __BTRFS_CTREE__
 #define __BTRFS_CTREE__
 
-#include <linux/version.h>
 #include <linux/mm.h>
 #include <linux/highmem.h>
 #include <linux/fs.h>
index d738a7e493ddc07ed1b4b1fb7a30198b3d477c5f..2c6d95257a4d5c7a61bf39b895c5ebbd647cc49b 100644 (file)
@@ -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>