diff options
author | Zach Brown <zach.brown@oracle.com> | 2007-07-11 10:00:37 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-07-11 10:00:37 -0400 |
commit | ec6b910fb330f29e169c9f502c3ac209515af8d1 (patch) | |
tree | 1b9854ebbc2f3cae4e8fb43dde53527bc7d7eb09 /fs/btrfs/print-tree.c | |
parent | f2fdf02406de9273ad27c3b73f70aee745173f7b (diff) | |
download | linux-ec6b910fb330f29e169c9f502c3ac209515af8d1.tar.bz2 |
Btrfs: trivial include fixups
Almost none of the files including module.h need to do so,
remove them.
Include sched.h in extent-tree.c to silence a warning about cond_resched()
being undeclared.
Signed-off-by: Zach Brown <zach.brown@oracle.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/print-tree.c')
-rw-r--r-- | fs/btrfs/print-tree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/print-tree.c b/fs/btrfs/print-tree.c index e66acd4e2745..bafa78603bd2 100644 --- a/fs/btrfs/print-tree.c +++ b/fs/btrfs/print-tree.c @@ -16,7 +16,6 @@ * Boston, MA 021110-1307, USA. */ -#include <linux/module.h> #include "ctree.h" #include "disk-io.h" #include "print-tree.h" |