]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
[BLOCK] Move sector_div() from blkdev.h to kernel.h
authorJens Axboe <jens.axboe@oracle.com>
Fri, 12 Oct 2007 10:40:38 +0000 (12:40 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 12 Oct 2007 10:40:38 +0000 (12:40 +0200)
commit2da96acde0318f121ed3f5993ae9324c856ecfd4
tree020f58a39c5ceb9bd3bca1a63ad22e3a2da98e57
parent782e3b3b3804c38d5130c7f21d7ec7bf6709023f
[BLOCK] Move sector_div() from blkdev.h to kernel.h

We need it even if CONFIG_BLOCK is disabled, so move it outside of
the block layer include system.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
include/linux/blkdev.h
include/linux/kernel.h