Skip to content

Commit 52ad259

Browse files
datoDominique Martinet
authored andcommitted
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>
1 parent ccda4af commit 52ad259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/9p/trans_common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#include <linux/mm.h>
1616
#include <linux/module.h>
17+
#include "trans_common.h"
1718

1819
/**
1920
* p9_release_pages - Release pages after the transaction.

0 commit comments

Comments
 (0)