From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: aquantia: Make some functions static Date: Thu, 05 Jul 2018 19:30:57 +0900 (KST) Message-ID: <20180705.193057.524474932003989041.davem@davemloft.net> References: <1530781210-54589-1-git-send-email-weiyongjun1@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: igor.russkikh@aquantia.com, pavel.belous@aquantia.com, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org To: weiyongjun1@huawei.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:55218 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753290AbeGEKbA (ORCPT ); Thu, 5 Jul 2018 06:31:00 -0400 In-Reply-To: <1530781210-54589-1-git-send-email-weiyongjun1@huawei.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Wei Yongjun Date: Thu, 5 Jul 2018 09:00:10 +0000 > Fixes the following sparse warnings: > > drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c:525:5: warning: > symbol 'hw_atl_utils_mpi_set_speed' was not declared. Should it be static? > drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c:536:5: warning: > symbol 'hw_atl_utils_mpi_set_state' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun Applied.