Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 278caf01 authored by Adrian Bunk's avatar Adrian Bunk Committed by Jens Axboe
Browse files

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: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 419c434c
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -6,6 +6,8 @@
#include <linux/bio.h>
#include <linux/bio.h>
#include <linux/blkdev.h>
#include <linux/blkdev.h>


#include "blk.h"

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