summaryrefslogtreecommitdiff
path: root/net/9p
diff options
context:
space:
mode:
authorAdeodato Simó <dato@net.com.org.es>2018-11-13 09:28:53 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-10 10:56:35 +0300
commit33da943746bd482c6917bc8213e537c8721710c8 (patch)
tree90104f9ea6edfec0f707787089572d9bcf3c38f4 /net/9p
parent33e0f07f6f29c6c3727b28c5c4a1576c04dec3af (diff)
downloadlinux-33da943746bd482c6917bc8213e537c8721710c8.tar.xz
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ó <dato@net.com.org.es> Signed-off-by: Dominique Martinet <dominique.martinet@cea.fr> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'net/9p')
-rw-r--r--net/9p/trans_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/9p/trans_common.c b/net/9p/trans_common.c
index 38aa6345bdfa..9c0c894b56f8 100644
--- a/net/9p/trans_common.c
+++ b/net/9p/trans_common.c
@@ -14,6 +14,7 @@
#include <linux/mm.h>
#include <linux/module.h>
+#include "trans_common.h"
/**
* p9_release_req_pages - Release pages after the transaction.