Skip to content

Commit

Permalink
blkcg: blk-iocost: predeclare used structs
Browse files Browse the repository at this point in the history
Fixes: 7caa471 ("blkcg: implement blk-iocost")
Acked-by: Tejun Heo <[email protected]>
Signed-off-by: Stephen Rothwell <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
sfrothwell authored and axboe committed Aug 29, 2019
1 parent 8504dea commit 8d1c156
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/trace/events/iocost.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#undef TRACE_SYSTEM
#define TRACE_SYSTEM iocost

struct ioc;
struct ioc_now;
struct ioc_gq;

#if !defined(_TRACE_BLK_IOCOST_H) || defined(TRACE_HEADER_MULTI_READ)
#define _TRACE_BLK_IOCOST_H

Expand Down

0 comments on commit 8d1c156

Please sign in to comment.