From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: [PATCH 03/10] atmel: hide unused procfs helpers Date: Fri, 27 Jul 2018 12:24:40 +0300 Message-ID: <87va91vxnr.fsf@codeaurora.org> References: <20180713064658.10340-1-yuehaibing@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: , , , , , To: YueHaibing Return-path: In-Reply-To: (yuehaibing@huawei.com's message of "Fri, 13 Jul 2018 17:31:37 +0800") Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org (fixing top posting) YueHaibing writes: > On 2018/7/13 14:46, YueHaibing wrote: >> When CONFIG_PROC_FS isn't set, gcc warning this: >>=20 >> drivers/net/wireless/atmel/atmel.c:1402:12: warning: =E2=80=98atmel_proc= _show=E2=80=99 defined but not used [-Wunused-function] >> static int atmel_proc_show(struct seq_file *m, void *v) >> ^ >> fix this by adding #ifdef around it. >>=20 >> Signed-off-by: YueHaibing > > pls ignore this,my bad. Why should I drop this? Does the patch have something wrong which I'm missing? I'm asking because I prefer this over Randy's version: https://patchwork.kernel.org/patch/10512913/ --=20 Kalle Valo