aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/print-tree.c
diff options
context:
space:
mode:
authorZach Brown <[email protected]>2007-07-11 14:00:37 +0000
committerDavid Woodhouse <[email protected]>2007-07-11 14:00:37 +0000
commitec6b910fb330f29e169c9f502c3ac209515af8d1 (patch)
tree1b9854ebbc2f3cae4e8fb43dde53527bc7d7eb09 /fs/btrfs/print-tree.c
parentBtrfs: Added tag v0.5 for changeset 080c0640a527 (diff)
downloadkernel-ec6b910fb330f29e169c9f502c3ac209515af8d1.tar.gz
kernel-ec6b910fb330f29e169c9f502c3ac209515af8d1.zip
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 <[email protected]> Signed-off-by: Chris Mason <[email protected]>
Diffstat (limited to 'fs/btrfs/print-tree.c')
-rw-r--r--fs/btrfs/print-tree.c1
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"