diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2009-06-16 05:19:36 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-06-16 05:19:36 -0400 |
commit | e212d6f25084e8e9b02a04ba514d7bb1e4a4924a (patch) | |
tree | a94638953a7aa7f0bbd6f5d08fa3c649ce0ef8ce /block | |
parent | 5ced504b1bd1979378de35c56aa5d3d79fb5033f (diff) |
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 'block')
-rw-r--r-- | block/blk-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index 94d88fabc4bd..b06cf5c2a829 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <linux/swap.h> | 26 | #include <linux/swap.h> |
27 | #include <linux/writeback.h> | 27 | #include <linux/writeback.h> |
28 | #include <linux/task_io_accounting_ops.h> | 28 | #include <linux/task_io_accounting_ops.h> |
29 | #include <linux/blktrace_api.h> | ||
30 | #include <linux/fault-inject.h> | 29 | #include <linux/fault-inject.h> |
31 | 30 | ||
32 | #define CREATE_TRACE_POINTS | 31 | #define CREATE_TRACE_POINTS |