From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Steve Wise" Subject: RE: [net-next 6/6] cxgb3i,cxgb4i: fix symbol not declared sparse warning Date: Fri, 15 Jul 2016 09:17:39 -0500 Message-ID: <09cb01d1dea3$a4acf950$ee06ebf0$@opengridcomputing.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: , , , , , , To: "'Varun Prakash'" , Return-path: Received: from smtp.opengridcomputing.com ([72.48.136.20]:56595 "EHLO smtp.opengridcomputing.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751940AbcGOORf (ORCPT ); Fri, 15 Jul 2016 10:17:35 -0400 In-Reply-To: Content-Language: en-us Sender: netdev-owner@vger.kernel.org List-ID: > > Fix following sparse warnings > warning: symbol 'cxgb3i_ofld_init' was not declared. Should it be static? > warning: symbol 'cxgb4i_cplhandlers' was not declared. Should it be static? > warning: symbol 'cxgb4i_ofld_init' was not declared. Should it be static? > > Signed-off-by: Varun Prakash looks fine. Reviewed-by: Steve Wise