Remove kernel-space header in btrfs-progs
authorYan <yanzheng@21cn.com>
Thu, 17 Jan 2008 17:23:34 +0000 (12:23 -0500)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Thu, 17 Jan 2008 17:23:34 +0000 (12:23 -0500)
When porting ctree.c in btrfs kernel module to btrfs-progs, I forgot
to remove a kernel-space header.  This may cause compile error on some
system.

ctree.c

diff --git a/ctree.c b/ctree.c
index 2f6bee1..9483661 100644 (file)
--- a/ctree.c
+++ b/ctree.c
@@ -15,8 +15,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  */
-
-#include <linux/sched.h>
 #include "ctree.h"
 #include "disk-io.h"
 #include "transaction.h"