summaryrefslogtreecommitdiff
path: root/fs/btrfs/root-tree.c
diff options
context:
space:
mode:
authorZach Brown <zach.brown@oracle.com>2007-07-11 10:00:37 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-07-11 10:00:37 -0400
commitec6b910fb330f29e169c9f502c3ac209515af8d1 (patch)
tree1b9854ebbc2f3cae4e8fb43dde53527bc7d7eb09 /fs/btrfs/root-tree.c
parentf2fdf02406de9273ad27c3b73f70aee745173f7b (diff)
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/root-tree.c')
-rw-r--r--fs/btrfs/root-tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/root-tree.c b/fs/btrfs/root-tree.c
index 8b0eca042ea4..271dd2b5c321 100644
--- a/fs/btrfs/root-tree.c
+++ b/fs/btrfs/root-tree.c
@@ -16,7 +16,6 @@
* Boston, MA 021110-1307, USA.
*/
-#include <linux/module.h>
#include "ctree.h"
#include "transaction.h"
#include "disk-io.h"