diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2013-11-08 21:43:48 -0500 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2013-11-08 21:43:48 -0500 |
commit | d17ab4592760973d95961bb29f26969246e9dabc (patch) | |
tree | d0e73922aa27ca8b843324a85d392037af2ed2ad /block | |
parent | e37459b8e2c7db6735e39e019e448b76e5e77647 (diff) |
block: cleanup removing dependency on bootmem headers
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: Tejun Heo <tj@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-ioc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-ioc.c b/block/blk-ioc.c index 46cd7bd18b34..242df01413f6 100644 --- a/block/blk-ioc.c +++ b/block/blk-ioc.c | |||
@@ -6,7 +6,6 @@ | |||
6 | #include <linux/init.h> | 6 | #include <linux/init.h> |
7 | #include <linux/bio.h> | 7 | #include <linux/bio.h> |
8 | #include <linux/blkdev.h> | 8 | #include <linux/blkdev.h> |
9 | #include <linux/bootmem.h> /* for max_pfn/max_low_pfn */ | ||
10 | #include <linux/slab.h> | 9 | #include <linux/slab.h> |
11 | 10 | ||
12 | #include "blk.h" | 11 | #include "blk.h" |