projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
419c434
)
block/blk-tag.c should #include "blk.h"
author
Adrian Bunk
<bunk@kernel.org>
Tue, 4 Mar 2008 10:23:44 +0000
(11:23 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 4 Mar 2008 10:28:24 +0000
(11:28 +0100)
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
patch
|
blob
|
blame
|
history
diff --git
a/block/blk-tag.c
b/block/blk-tag.c
index a8c37d4bbb32064f8a7f4dcd39734ccb403c2fae..4780a46ce2346898953085a6f4079c7734dcbaf7 100644
(file)
--- a/
block/blk-tag.c
+++ b/
block/blk-tag.c
@@
-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