[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130928175548.8612.84198.stgit@amt.stowe>
Date:	Sat, 28 Sep 2013 11:55:49 -0600
From:	Myron Stowe <myron.stowe@...hat.com>
To:	starvik@...s.com, jesper.nilsson@...s.com, bhelgaas@...gle.com
Cc:	linux-cris-kernel@...s.com, linux-pci@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH] cris/PCI: Remove pci_mem_start
Remove unused 'pci_mem_start' variable.
CC: Mikael Starvik <starvik@...s.com>
CC: Jesper Nilsson <jesper.nilsson@...s.com>
Signed-off-by: Myron Stowe <myron.stowe@...hat.com>
---
 arch/cris/include/asm/pci.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/cris/include/asm/pci.h b/arch/cris/include/asm/pci.h
index 146da90..f666734 100644
--- a/arch/cris/include/asm/pci.h
+++ b/arch/cris/include/asm/pci.h
@@ -11,7 +11,6 @@
 
 #define pcibios_assign_all_busses(void) 1
 
-extern unsigned long pci_mem_start;
 #define PCIBIOS_MIN_IO		0x1000
 #define PCIBIOS_MIN_MEM		0x10000000
 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
