diff options
author | Jim Owens <jowens@hp.com> | 2009-04-02 17:02:55 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2009-04-02 17:02:55 -0400 |
commit | 2e966ed22c3c56227f8a7322d7b008945352e6ab (patch) | |
tree | 101bb798295de6a299d7f6febd437887134f5e43 /fs/btrfs/delayed-ref.c | |
parent | 93dbfad7ac647d4f00354893fe93e8a55be114d5 (diff) |
Btrfs: remove unused ftrace include
Signed-off-by: jim owens <jowens@hp.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/delayed-ref.c')
-rw-r--r-- | fs/btrfs/delayed-ref.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/delayed-ref.c b/fs/btrfs/delayed-ref.c index cbf7dc8ae3ec..d6c01c096a40 100644 --- a/fs/btrfs/delayed-ref.c +++ b/fs/btrfs/delayed-ref.c @@ -18,7 +18,6 @@ #include <linux/sched.h> #include <linux/sort.h> -#include <linux/ftrace.h> #include "ctree.h" #include "delayed-ref.h" #include "transaction.h" |