From: Jim Owens Date: Thu, 2 Apr 2009 21:02:55 +0000 (-0400) Subject: Btrfs: remove unused ftrace include X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=2e966ed22c3c56227f8a7322d7b008945352e6ab;p=linux-2.6-omap-h63xx.git Btrfs: remove unused ftrace include Signed-off-by: jim owens Signed-off-by: Chris Mason --- diff --git a/fs/btrfs/async-thread.c b/fs/btrfs/async-thread.c index cba701dba35..51bfdfc8fcd 100644 --- a/fs/btrfs/async-thread.c +++ b/fs/btrfs/async-thread.c @@ -20,7 +20,6 @@ #include #include #include -#include #include "async-thread.h" #define WORK_QUEUED_BIT 0 diff --git a/fs/btrfs/delayed-ref.c b/fs/btrfs/delayed-ref.c index cbf7dc8ae3e..d6c01c096a4 100644 --- a/fs/btrfs/delayed-ref.c +++ b/fs/btrfs/delayed-ref.c @@ -18,7 +18,6 @@ #include #include -#include #include "ctree.h" #include "delayed-ref.h" #include "transaction.h"