Skip to content

Commit e7d8130

Browse files
datogregkh
authored andcommitted
net/9p: include trans_common.h to fix missing prototype warning.
[ Upstream commit 52ad259 ] 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ó <[email protected]> Signed-off-by: Dominique Martinet <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 99af179 commit e7d8130

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_req_pages - Release pages after the transaction.

0 commit comments

Comments
 (0)