From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtps.tip.net.au (chilli.pcug.org.au [203.10.76.44]) by ozlabs.org (Postfix) with ESMTP id A8295DDE25 for ; Mon, 19 Nov 2007 17:16:59 +1100 (EST) Date: Mon, 19 Nov 2007 17:17:07 +1100 From: Stephen Rothwell To: paulus@samba.org Subject: [PATCH] [POWERPC] remove redundant declaration of hose_list. Message-Id: <20071119171707.f3cdc3f2.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: ppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , It is already declared in ppc-pci.h which is included. Signed-off-by: Stephen Rothwell --- arch/powerpc/kernel/pci-common.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c index 742ff72..15ec71a 100644 --- a/arch/powerpc/kernel/pci-common.c +++ b/arch/powerpc/kernel/pci-common.c @@ -50,8 +50,6 @@ static DEFINE_SPINLOCK(hose_spinlock); /* XXX kill that some day ... */ static int global_phb_number; /* Global phb counter */ -extern struct list_head hose_list; - /* * pci_controller(phb) initialized common variables. */ -- 1.5.3.5