From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 03 Jul 2008 16:23:23 +0100 (BST) Received: from vigor.karmaclothing.net ([217.169.26.28]:423 "EHLO vigor.karmaclothing.net") by ftp.linux-mips.org with ESMTP id S20132465AbYGCPXS (ORCPT ); Thu, 3 Jul 2008 16:23:18 +0100 Received: from denk.linux-mips.net (denk.linux-mips.net [127.0.0.1]) by vigor.karmaclothing.net (8.14.1/8.14.1) with ESMTP id m63FMHF3024337; Thu, 3 Jul 2008 17:22:42 +0200 Received: (from ralf@localhost) by denk.linux-mips.net (8.14.1/8.14.1/Submit) id m63FMHja024336; Thu, 3 Jul 2008 16:22:17 +0100 Date: Thu, 3 Jul 2008 16:22:17 +0100 From: Ralf Baechle To: Dmitri Vorobiev Cc: linux-mips@linux-mips.org Subject: Re: [PATCH 2/5] [MIPS] Namespace clean-up in arch/mips/pci/pci.c Message-ID: <20080703152217.GA24232@linux-mips.org> References: <1213773503-23536-1-git-send-email-dmitri.vorobiev@movial.fi> <1213773503-23536-3-git-send-email-dmitri.vorobiev@movial.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1213773503-23536-3-git-send-email-dmitri.vorobiev@movial.fi> User-Agent: Mutt/1.5.17 (2007-11-01) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 19709 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk X-list: linux-mips On Wed, Jun 18, 2008 at 10:18:20AM +0300, Dmitri Vorobiev wrote: > The following symbols > > hose_head > hose_tail > > are needlessly defined global in arch/mips/pci/pci.c, and > this patch makes them static. > > The variable pci_isa_hose is not used, and is removed by > this patch. > > Spotted by namespacecheck. Tested by booting a Malta 4Kc > board up to the shell prompt. > > Signed-off-by: Dmitri Vorobiev Queued for 2.6.27. Thanks, Ralf