Fix warnings with !CONFIG_BLOCK
authorJens Axboe <jens.axboe@oracle.com>
Fri, 21 Sep 2007 07:19:54 +0000 (09:19 +0200)
committerJens Axboe <axboe@carl.home.kernel.dk>
Wed, 10 Oct 2007 07:25:57 +0000 (09:25 +0200)
Hide everything in blkdev.h with CONFIG_BLOCK isn't set, and fixup
the (few) files that fail to build because they were relying on blkdev.h
pulling in extra includes for them.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found