From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Date: Tue, 03 Oct 2017 12:42:08 +0000 Subject: Re: [PATCH] net: dsa: mt7530: make functions mt7530_phy_write static Message-Id: <20171003124208.GF13548@lunn.ch> List-Id: References: <20171003104633.27151-1-colin.king@canonical.com> In-Reply-To: <20171003104633.27151-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Colin King Cc: Vivien Didelot , Florian Fainelli , netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org On Tue, Oct 03, 2017 at 11:46:33AM +0100, Colin King wrote: > From: Colin Ian King > > The function mt7530_phy_write is local to the source and does not need to > be in global scope, so make it static. > > Cleans up sparse warnings: > symbol 'mt7530_phy_write' was not declared. Should it be static? > > Signed-off-by: Colin Ian King Reviewed-by: Andrew Lunn Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754386AbdJCMmN (ORCPT ); Tue, 3 Oct 2017 08:42:13 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:37110 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752923AbdJCMmK (ORCPT ); Tue, 3 Oct 2017 08:42:10 -0400 Date: Tue, 3 Oct 2017 14:42:08 +0200 From: Andrew Lunn To: Colin King Cc: Vivien Didelot , Florian Fainelli , netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net: dsa: mt7530: make functions mt7530_phy_write static Message-ID: <20171003124208.GF13548@lunn.ch> References: <20171003104633.27151-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171003104633.27151-1-colin.king@canonical.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 03, 2017 at 11:46:33AM +0100, Colin King wrote: > From: Colin Ian King > > The function mt7530_phy_write is local to the source and does not need to > be in global scope, so make it static. > > Cleans up sparse warnings: > symbol 'mt7530_phy_write' was not declared. Should it be static? > > Signed-off-by: Colin Ian King Reviewed-by: Andrew Lunn Andrew