diff options
author | Myron Stowe <myron.stowe@redhat.com> | 2013-09-28 11:55:49 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-10-07 15:12:45 -0600 |
commit | fa9e9621900497f0e74f1719ee5e9b34feffd829 (patch) | |
tree | c2ab192ab88c85e43544b989ea05d23d3b14ebf1 /arch/cris/include | |
parent | f91da04d0aebf8edbcd2fde5f9d7df85a0b6f6cd (diff) | |
download | op-kernel-dev-fa9e9621900497f0e74f1719ee5e9b34feffd829.zip op-kernel-dev-fa9e9621900497f0e74f1719ee5e9b34feffd829.tar.gz |
cris/PCI: Remove unused pci_mem_start
Remove unused 'pci_mem_start' variable.
Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: Mikael Starvik <starvik@axis.com>
CC: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/include')
-rw-r--r-- | 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 |