net/9p: include trans_common.h to fix missing prototype warning.
authorAdeodato Simó <dato@net.com.org.es>
Tue, 13 Nov 2018 06:28:53 +0000 (03:28 -0300)
committerDominique Martinet <dominique.martinet@cea.fr>
Tue, 20 Nov 2018 06:04:16 +0000 (15:04 +0900)
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>
net/9p/trans_common.c

index b718db2085b21c8583601a3c9aa23414dc16ef3b..3dff68f05fb91a38b1e00b5ab7a3ee306265a460 100644 (file)
@@ -14,6 +14,7 @@
 
 #include <linux/mm.h>
 #include <linux/module.h>
+#include "trans_common.h"
 
 /**
  *  p9_release_pages - Release pages after the transaction.