From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH] net: phy: Fix a unused function gcc warning. Date: Sat, 29 Sep 2018 13:36:29 -0700 Message-ID: References: <1538197903-37168-1-git-send-email-zhongjiang@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: andrew@lunn.ch, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: zhong jiang , davem@davemloft.net Return-path: In-Reply-To: <1538197903-37168-1-git-send-email-zhongjiang@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On September 28, 2018 10:11:43 PM PDT, zhong jiang wrote: >Fix the following compile warning: > >drivers/net/phy/mdio-bcm-unimac=2Ec: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=2Ec: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=2Eozlabs=2Eorg/patch/975088/ --=20 Florian