Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
net/9p: include trans_common.h to fix missing prototype warning.
Browse files Browse the repository at this point in the history
[ 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ó <dato@net.com.org.es>
Signed-off-by: Dominique Martinet <dominique.martinet@cea.fr>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
dato authored and gregkh committed Jul 10, 2019
1 parent 33e0f07 commit 33da943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/9p/trans_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include <linux/mm.h>
#include <linux/module.h>
#include "trans_common.h"

/**
* p9_release_req_pages - Release pages after the transaction.
Expand Down

0 comments on commit 33da943

Please sign in to comment.