diff options
author | Christoph Hellwig <hch@lst.de> | 2017-06-19 10:26:21 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2017-06-27 21:13:45 +0300 |
commit | 3bce016a4c5975e4279bfb3cbd6d0332b856cc72 (patch) | |
tree | f62aa84586ecb52b201c69bc53db649e2919a559 /block/bounce.c | |
parent | caa4b02476e31fc7933d2138062f7f355d3cd8f7 (diff) | |
download | linux-3bce016a4c5975e4279bfb3cbd6d0332b856cc72.tar.xz |
block: move bounce declarations to block/blk.h
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/bounce.c')
-rw-r--r-- | block/bounce.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/bounce.c b/block/bounce.c index 27c5cc0f1ed5..36ba44491703 100644 --- a/block/bounce.c +++ b/block/bounce.c @@ -22,6 +22,7 @@ #include <asm/tlbflush.h> #include <trace/events/block.h> +#include "blk.h" #define POOL_SIZE 64 #define ISA_POOL_SIZE 16 |