diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-06-23 23:59:32 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-24 08:34:22 -0700 |
commit | 46e4edbf7ea9cf26665eb9f90c0fc7688d1a51ed (patch) | |
tree | edc47b971abd93024a730661890e833b2e99c499 /fs/omfs | |
parent | 1b19ca9f0bdab7d5035821e1ec8f39df9a6e3ee0 (diff) | |
download | linux-stable-46e4edbf7ea9cf26665eb9f90c0fc7688d1a51ed.tar.gz linux-stable-46e4edbf7ea9cf26665eb9f90c0fc7688d1a51ed.tar.bz2 linux-stable-46e4edbf7ea9cf26665eb9f90c0fc7688d1a51ed.zip |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/omfs/file.c b/fs/omfs/file.c index d738a7e493dd..2c6d95257a4d 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> |