From: Adeodato Simó Date: Tue, 13 Nov 2018 06:28:53 +0000 (-0300) Subject: net/9p: include trans_common.h to fix missing prototype warning. X-Git-Tag: v4.4.185~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33da943746bd482c6917bc8213e537c8721710c8;p=thirdparty%2Fkernel%2Fstable.git net/9p: include trans_common.h to fix missing prototype warning. [ Upstream commit 52ad259eaac0454c1ac7123e7148cf8d6e6f5301 ] This silences -Wmissing-prototypes when defining p9_release_pages. Link: http://lkml.kernel.org/r/b1c4df8f21689b10d451c28fe38e860722d20e71.1542089696.git.dato@net.com.org.es Signed-off-by: Adeodato Simó Signed-off-by: Dominique Martinet Signed-off-by: Sasha Levin --- diff --git a/net/9p/trans_common.c b/net/9p/trans_common.c index 38aa6345bdfa2..9c0c894b56f8c 100644 --- a/net/9p/trans_common.c +++ b/net/9p/trans_common.c @@ -14,6 +14,7 @@ #include #include +#include "trans_common.h" /** * p9_release_req_pages - Release pages after the transaction.