commit | 278caf0120a77e4398762357a8cc522d094fe2f2 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Tue Mar 04 11:23:44 2008 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Mar 04 11:28:24 2008 +0100 |
tree | e81bc300bf4f73654256067e9b466a5722e6a714 | |
parent | 419c434c35614609fd0c79d335c134bf4b88b30b [diff] |
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>