[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <b1c4df8f21689b10d451c28fe38e860722d20e71.1542089696.git.dato@net.com.org.es>
Date: Tue, 13 Nov 2018 03:28:53 -0300
From: Adeodato Simó <dato@....com.org.es>
To: Dominique Martinet <asmadeus@...ewreck.org>
Cc: Eric Van Hensbergen <ericvh@...il.com>,
v9fs-developer@...ts.sourceforge.net,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] net/9p: include trans_common.h to fix missing prototype warning.
This silences -Wmissing-prototypes when defining p9_release_pages.
Signed-off-by: Adeodato Simó <dato@....com.org.es>
---
net/9p/trans_common.c | 1 +
1 file changed, 1 insertion(+)
It was suggested in the kernel-janitors mailing list that silencing
-Wmissing-prototypes would make for a worthy cause.
https://www.spinics.net/lists/linux-kernel-janitors/msg43981.html
Resending w/ Cc: linux-kernel as requested by Dominique.
diff --git a/net/9p/trans_common.c b/net/9p/trans_common.c
index b718db2085b2..3dff68f05fb9 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_pages - Release pages after the transaction.
--
2.19.1
Powered by blists - more mailing lists