From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dominique Martinet Date: Tue, 13 Nov 2018 13:08:31 +0000 Subject: Re: [PATCH] net/9p: include trans_common.h to fix missing prototype warning. Message-Id: <20181113130831.GA8673@nautica> List-Id: References: <20181113055324.GB5116@nautica> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: Adeodato =?utf-8?B?U2ltw7M=?= Cc: Eric Van Hensbergen , v9fs-developer@lists.sourceforge.net, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Adeodato Simó wrote on Tue, Nov 13, 2018: > This silences -Wmissing-prototypes when defining p9_release_pages. > > Signed-off-by: Adeodato Simó > --- > net/9p/trans_common.c | 1 + > 1 file changed, 1 insertion(+) > > It was suggested in the kernel-janitors mailing list that silencing > -Wmissing-prototypes would make for a worthy cause. > > https://www.spinics.net/lists/linux-kernel-janitors/msg43981.html > > Resending w/ Cc: linux-kernel as requested by Dominique. Great, pushed to my for-next branch, it'll probably get in there today or tomorrow. Thanks! -- Dominique