Skip to content

Commit

Permalink
Remove unneeded version.h includes from fs/
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Bob Copeland <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
jjuhl authored and torvalds committed Jun 24, 2011
1 parent 1b19ca9 commit 46e4edb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion fs/btrfs/ctree.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion fs/omfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 46e4edb

Please sign in to comment.