aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bio.c
diff options
context:
space:
mode:
authorLi Zefan <lizf@cn.fujitsu.com>2009-06-16 11:19:36 +0200
committerJens Axboe <jens.axboe@oracle.com>2009-06-16 11:19:36 +0200
commite212d6f25084e8e9b02a04ba514d7bb1e4a4924a (patch)
treea94638953a7aa7f0bbd6f5d08fa3c649ce0ef8ce /fs/bio.c
parentmg_disk: seperate mg_disk.h again (diff)
downloadlinux-dev-e212d6f25084e8e9b02a04ba514d7bb1e4a4924a.tar.xz
linux-dev-e212d6f25084e8e9b02a04ba514d7bb1e4a4924a.zip
block: remove some includings of blktrace_api.h
When porting blktrace to tracepoints, we changed to trace/block.h for trace prober declarations. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'fs/bio.c')
-rw-r--r--fs/bio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/bio.c b/fs/bio.c
index 5f80848c320c..24c914043532 100644
--- a/fs/bio.c
+++ b/fs/bio.c
@@ -25,7 +25,6 @@
#include <linux/module.h>
#include <linux/mempool.h>
#include <linux/workqueue.h>
-#include <linux/blktrace_api.h>
#include <scsi/sg.h> /* for struct sg_iovec */
#include <trace/events/block.h>