Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754127Ab3JDUW0 (ORCPT ); Fri, 4 Oct 2013 16:22:26 -0400 Received: from mail-ie0-f171.google.com ([209.85.223.171]:43497 "EHLO mail-ie0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751469Ab3JDUWY (ORCPT ); Fri, 4 Oct 2013 16:22:24 -0400 MIME-Version: 1.0 In-Reply-To: <20130928175956.8752.50967.stgit@amt.stowe> References: <20130928175956.8752.50967.stgit@amt.stowe> From: Bjorn Helgaas Date: Fri, 4 Oct 2013 14:22:03 -0600 Message-ID: Subject: Re: [PATCH] mn10300/PCI: Remove pci_mem_start To: Myron Stowe Cc: David Howells , Koichi Yasutake , linux-am33-list@redhat.com, "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1668 Lines: 49 On Sat, Sep 28, 2013 at 11:59 AM, Myron Stowe wrote: > Remove unused 'pci_mem_start' variable. > > CC: David Howells > CC: Koichi Yasutake > Signed-off-by: Myron Stowe Applied to pci/misc with David's ack. Thanks! Bjorn > --- > > arch/mn10300/include/asm/pci.h | 1 - > arch/mn10300/kernel/setup.c | 3 --- > 2 files changed, 0 insertions(+), 4 deletions(-) > > diff --git a/arch/mn10300/include/asm/pci.h b/arch/mn10300/include/asm/pci.h > index 6f31cc0..1663238 100644 > --- a/arch/mn10300/include/asm/pci.h > +++ b/arch/mn10300/include/asm/pci.h > @@ -44,7 +44,6 @@ extern void unit_pci_init(void); > #define pcibios_assign_all_busses() 0 > #endif > > -extern unsigned long pci_mem_start; > #define PCIBIOS_MIN_IO 0xBE000004 > #define PCIBIOS_MIN_MEM 0xB8000000 > > diff --git a/arch/mn10300/kernel/setup.c b/arch/mn10300/kernel/setup.c > index ebac9c1..2ad7f32 100644 > --- a/arch/mn10300/kernel/setup.c > +++ b/arch/mn10300/kernel/setup.c > @@ -35,9 +35,6 @@ > > struct mn10300_cpuinfo boot_cpu_data; > > -/* For PCI or other memory-mapped resources */ > -unsigned long pci_mem_start = 0x18000000; > - > static char __initdata cmd_line[COMMAND_LINE_SIZE]; > char redboot_command_line[COMMAND_LINE_SIZE] = > "console=ttyS0,115200 root=/dev/mtdblock3 rw"; > -- 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/