Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754630AbbBFAFs (ORCPT ); Thu, 5 Feb 2015 19:05:48 -0500 Received: from shards.monkeyblade.net ([149.20.54.216]:49040 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751929AbbBFAFq (ORCPT ); Thu, 5 Feb 2015 19:05:46 -0500 Date: Thu, 05 Feb 2015 16:05:45 -0800 (PST) Message-Id: <20150205.160545.1060261002310869025.davem@davemloft.net> To: prabhakar.csengg@gmail.com Cc: benve@cisco.com, ssujith@cisco.com, _govind@gmx.com, neepatel@cisco.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] enic: enic_main: fix sparse warnings From: David Miller In-Reply-To: <1423150453-26417-1-git-send-email-prabhakar.csengg@gmail.com> References: <1423150453-26417-1-git-send-email-prabhakar.csengg@gmail.com> X-Mailer: Mew version 6.6 on Emacs 24.4 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.7 (shards.monkeyblade.net [149.20.54.216]); Thu, 05 Feb 2015 16:05:46 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 784 Lines: 19 From: Lad Prabhakar Date: Thu, 5 Feb 2015 15:34:13 +0000 > From: "Lad, Prabhakar" > > this patch fixes following sparse warnings: > > enic_main.c:92:28: warning: symbol 'mod_table' was not declared. Should it be static? > enic_main.c:109:28: warning: symbol 'mod_range' was not declared. Should it be static? > enic_main.c:1306:5: warning: symbol 'enic_busy_poll' was not declared. Should it be static? > > Signed-off-by: Lad, Prabhakar Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/