From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753050AbdLDGd4 (ORCPT ); Mon, 4 Dec 2017 01:33:56 -0500 Received: from mail-wr0-f172.google.com ([209.85.128.172]:43568 "EHLO mail-wr0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751407AbdLDGdu (ORCPT ); Mon, 4 Dec 2017 01:33:50 -0500 X-Google-Smtp-Source: AGs4zMb+f59pnoS+AY5wkKivE9z8fdZcCVkv6Y6FUxhemo4dBrtUQm8njWsgyjyDSim+7OT6wGXisg== Subject: Re: linux-next: build warning after merge of the net-next tree To: Stephen Rothwell , David Miller , Networking Cc: Linux-Next Mailing List , Linux Kernel Mailing List References: <20171204110249.0d21a17d@canb.auug.org.au> From: Heiner Kallweit Message-ID: Date: Mon, 4 Dec 2017 07:33:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171204110249.0d21a17d@canb.auug.org.au> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 04.12.2017 um 01:02 schrieb Stephen Rothwell: > Hi all, > > After merging the net-next tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > drivers/net/phy/broadcom.c:391:12: warning: 'bcm5482_read_status' defined but not used [-Wunused-function] > static int bcm5482_read_status(struct phy_device *phydev) > ^ > drivers/net/phy/broadcom.c:411:12: warning: 'bcm5481_config_aneg' defined but not used [-Wunused-function] > static int bcm5481_config_aneg(struct phy_device *phydev) > ^ > > Introduced by commit > > 80274abafc60 ("net: phy: remove generic settings for callbacks config_aneg and read_status from drivers") > This issue has been addressed addressed already, see this patch: https://marc.info/?l=linux-netdev&m=151220825402398&w=2 Rgds, Heiner