Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753316AbYLZH5l (ORCPT ); Fri, 26 Dec 2008 02:57:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753806AbYLZH50 (ORCPT ); Fri, 26 Dec 2008 02:57:26 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:37909 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752848AbYLZH5Y (ORCPT ); Fri, 26 Dec 2008 02:57:24 -0500 Date: Thu, 25 Dec 2008 23:57:27 -0800 (PST) Message-Id: <20081225.235727.84639023.davem@davemloft.net> To: hannes@hanneseder.net Cc: netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 05/27] drivers/net/arcnet: fix sparse warnings: make symbols static From: David Miller In-Reply-To: <20081222191535.11807.72965.stgit@vmbox.hanneseder.net> References: <20081222191259.11807.53190.stgit@vmbox.hanneseder.net> <20081222191535.11807.72965.stgit@vmbox.hanneseder.net> X-Mailer: Mew version 6.1 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 646 Lines: 16 From: Hannes Eder Date: Mon, 22 Dec 2008 20:15:36 +0100 > Fix this sparse warnings: > > drivers/net/arcnet/capmode.c:64:6: warning: symbol 'arcnet_cap_init' was not declared. Should it be static? > drivers/net/arcnet/com90xx.c:586:5: warning: symbol 'com90xx_reset' was not declared. Should it be static? > > Signed-off-by: Hannes Eder 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/