From 1179a5a0851be6753b43601c00602dcef99e68f7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 14 Jun 2016 17:03:45 +0200 Subject: [PATCH] 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 Signed-off-by: Jens Axboe --- block/bio-integrity.c | 1 + 1 file changed, 1 insertion(+) diff --git a/block/bio-integrity.c b/block/bio-integrity.c index 711e4d8de6fa..15d37b1cd500 100644 --- a/block/bio-integrity.c +++ b/block/bio-integrity.c @@ -26,6 +26,7 @@ #include #include #include +#include "blk.h" #define BIP_INLINE_VECS 4