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)
commit46e4edbf7ea9cf26665eb9f90c0fc7688d1a51ed
treeedc47b971abd93024a730661890e833b2e99c499
parent1b19ca9f0bdab7d5035821e1ec8f39df9a6e3ee0
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>
fs/btrfs/ctree.h
fs/omfs/file.c