diff options
Diffstat (limited to 'mm/bounce.c')
-rw-r--r-- | mm/bounce.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mm/bounce.c b/mm/bounce.c index 8dcd4315e01c..4ebe3ea83795 100644 --- a/mm/bounce.c +++ b/mm/bounce.c | |||
@@ -14,16 +14,15 @@ | |||
14 | #include <linux/hash.h> | 14 | #include <linux/hash.h> |
15 | #include <linux/highmem.h> | 15 | #include <linux/highmem.h> |
16 | #include <linux/blktrace_api.h> | 16 | #include <linux/blktrace_api.h> |
17 | #include <trace/block.h> | ||
18 | #include <asm/tlbflush.h> | 17 | #include <asm/tlbflush.h> |
19 | 18 | ||
19 | #include <trace/events/block.h> | ||
20 | |||
20 | #define POOL_SIZE 64 | 21 | #define POOL_SIZE 64 |
21 | #define ISA_POOL_SIZE 16 | 22 | #define ISA_POOL_SIZE 16 |
22 | 23 | ||
23 | static mempool_t *page_pool, *isa_page_pool; | 24 | static mempool_t *page_pool, *isa_page_pool; |
24 | 25 | ||
25 | DEFINE_TRACE(block_bio_bounce); | ||
26 | |||
27 | #ifdef CONFIG_HIGHMEM | 26 | #ifdef CONFIG_HIGHMEM |
28 | static __init int init_emergency_pool(void) | 27 | static __init int init_emergency_pool(void) |
29 | { | 28 | { |