From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964796AbWIDLlU (ORCPT ); Mon, 4 Sep 2006 07:41:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964798AbWIDLlU (ORCPT ); Mon, 4 Sep 2006 07:41:20 -0400 Received: from mailout.stusta.mhn.de ([141.84.69.5]:23050 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S964783AbWIDLlS (ORCPT ); Mon, 4 Sep 2006 07:41:18 -0400 Date: Mon, 4 Sep 2006 13:41:14 +0200 From: Adrian Bunk To: cramerj@intel.com, john.ronciak@intel.com, jesse.brandeburg@intel.com, jeffrey.t.kirsher@intel.com, auke-jan.h.kok@intel.com Cc: linux-kernel@vger.kernel.org, jgarzik@pobox.com, netdev@vger.kernel.org Subject: [2.6 patch] make drivers/net/e1000/e1000_hw.c:e1000_phy_igp_get_info() static Message-ID: <20060904114114.GL4416@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This patch makes the needlessly global e1000_phy_igp_get_info() static. Signed-off-by: Adrian Bunk --- linux-2.6.18-rc5-mm1/drivers/net/e1000/e1000_hw.c.old 2006-09-01 21:00:00.000000000 +0200 +++ linux-2.6.18-rc5-mm1/drivers/net/e1000/e1000_hw.c 2006-09-01 21:00:19.000000000 +0200 @@ -4056,7 +4056,7 @@ * hw - Struct containing variables accessed by shared code * phy_info - PHY information structure ******************************************************************************/ -int32_t +static int32_t e1000_phy_igp_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) { -- VGER BF report: U 0.50115