]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
block/bio-integrity.c: Add #include "blk.h"
authorBart Van Assche <bart.vanassche@sandisk.com>
Tue, 14 Jun 2016 15:03:45 +0000 (17:03 +0200)
committerJens Axboe <axboe@fb.com>
Tue, 14 Jun 2016 15:09:17 +0000 (09:09 -0600)
commit1179a5a0851be6753b43601c00602dcef99e68f7
tree353b6201d7d2e07587f21ca26402fcfd2c2aec3c
parentaa8d15bfe4ed23b97bf3990e2901844efc6347ec
block/bio-integrity.c: Add #include "blk.h"

This patch avoids that building with W=1 C=2 triggers the following
warning:

block/bio-integrity.c:35:6: warning: symbol 'blk_flush_integrity' was not declared. Should it be static?

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/bio-integrity.c