From mboxrd@z Thu Jan 1 00:00:00 1970 From: zhong jiang Subject: Re: [PATCH] net: phy: Fix a unused function gcc warning. Date: Sun, 30 Sep 2018 09:31:23 +0800 Message-ID: <5BB0276B.8000309@huawei.com> References: <1538197903-37168-1-git-send-email-zhongjiang@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: , , , To: Florian Fainelli Return-path: Received: from szxga07-in.huawei.com ([45.249.212.35]:35270 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726348AbeI3ICN (ORCPT ); Sun, 30 Sep 2018 04:02:13 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On 2018/9/30 4:36, Florian Fainelli wrote: > > On September 28, 2018 10:11:43 PM PDT, zhong jiang wrote: >> Fix the following compile warning: >> >> drivers/net/phy/mdio-bcm-unimac.c:321:12: warning: >> 'unimac_mdio_suspend' defined but not used [-Wunused-function] >> static int unimac_mdio_suspend(struct device *d) >> ^ >> drivers/net/phy/mdio-bcm-unimac.c:330:12: warning: 'unimac_mdio_resume' >> defined but not used [-Wunused-function] >> static int unimac_mdio_resume(struct device *d) >> >> Signed-off-by: zhong jiang > Thank you, Arnd already sent a patch for this which got accepted: > > https://patchwork.ozlabs.org/patch/975088/ Ok, Thanks, I miss that. Sincerely, zhong jiang