commit | 2e635a278354a1a7951e16cfea4c247d6d0e7c99 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Wed Mar 21 11:12:56 2007 -0400 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Wed Mar 21 11:12:56 2007 -0400 |
tree | 4b94d54ddcd7cb184681260738b68caef4edee81 | |
parent | 1261ec42b3d3a3ad878bd172144940e3ac710749 [diff] [blame] |
Btrfs: initial move to kernel module land Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/root-tree.c b/fs/btrfs/root-tree.c index 9cccecc..52c83be4 100644 --- a/fs/btrfs/root-tree.c +++ b/fs/btrfs/root-tree.c
@@ -1,7 +1,4 @@ -#include <stdio.h> -#include <stdlib.h> -#include "kerncompat.h" -#include "radix-tree.h" +#include <linux/module.h> #include "ctree.h" #include "disk-io.h" #include "print-tree.h"