Message ID | 1383954120-24368-5-git-send-email-santosh.shilimkar@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Nov 08 2013, Santosh Shilimkar wrote: > From: Grygorii Strashko <grygorii.strashko@ti.com> > > Clean-up to remove depedency with bootmem headers. Thanks, cleaned up for after merge window inclusion. Changed the wording to make it more correct and fixed the spelling error: block: cleanup removing dependency on bootmem headers
On Tuesday 12 November 2013 09:09 PM, Jens Axboe wrote: > On Fri, Nov 08 2013, Santosh Shilimkar wrote: >> From: Grygorii Strashko <grygorii.strashko@ti.com> >> >> Clean-up to remove depedency with bootmem headers. > > Thanks, cleaned up for after merge window inclusion. Changed the wording > to make it more correct and fixed the spelling error: > > block: cleanup removing dependency on bootmem headers > Thanks !! regards, Santosh
diff --git a/block/blk-ioc.c b/block/blk-ioc.c index 46cd7bd..242df01 100644 --- a/block/blk-ioc.c +++ b/block/blk-ioc.c @@ -6,7 +6,6 @@ #include <linux/init.h> #include <linux/bio.h> #include <linux/blkdev.h> -#include <linux/bootmem.h> /* for max_pfn/max_low_pfn */ #include <linux/slab.h> #include "blk.h"