diff options
author | Adeodato Simó <dato@net.com.org.es> | 2018-11-13 01:28:53 -0500 |
---|---|---|
committer | Dominique Martinet <dominique.martinet@cea.fr> | 2018-11-20 01:04:16 -0500 |
commit | 52ad259eaac0454c1ac7123e7148cf8d6e6f5301 (patch) | |
tree | 4c3988b47c17a027cda2a451ea5fe3ae295102e9 | |
parent | ccda4af0f4b92f7b4c308d3acc262f4a7e3affad (diff) |
net/9p: include trans_common.h to fix missing prototype warning.
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>
-rw-r--r-- | net/9p/trans_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
14 | 14 | ||
15 | #include <linux/mm.h> | 15 | #include <linux/mm.h> |
16 | #include <linux/module.h> | 16 | #include <linux/module.h> |
17 | #include "trans_common.h" | ||
17 | 18 | ||
18 | /** | 19 | /** |
19 | * p9_release_pages - Release pages after the transaction. | 20 | * p9_release_pages - Release pages after the transaction. |