]> git.baikalelectronics.ru Git - kernel.git/commit
block/blk-tag.c should #include "blk.h"
authorAdrian Bunk <bunk@kernel.org>
Tue, 4 Mar 2008 10:23:44 +0000 (11:23 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 4 Mar 2008 10:28:24 +0000 (11:28 +0100)
commit85507edede1698f11ae5ef327be5358de34aaab3
treee81bc300bf4f73654256067e9b466a5722e6a714
parentc1786198831b1379aeb4414f05aab183cab4cf9d
block/blk-tag.c should #include "blk.h"

Every file should include the headers containing the externs for its
global functions (in this case for __blk_queue_free_tags()).

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/blk-tag.c