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>

No differences found