Skip to content

Commit

Permalink
block/blk-tag.c should #include "blk.h"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
AdrianBunk authored and Jens Axboe committed Mar 4, 2008
1 parent 419c434 commit 278caf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions block/blk-tag.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#include <linux/bio.h>
#include <linux/blkdev.h>

#include "blk.h"

/**
* blk_queue_find_tag - find a request by its tag and queue
* @q: The request queue for the device
Expand Down

0 comments on commit 278caf0

Please sign in to comment.