Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Myron Stowe and committed by
Bjorn Helgaas
fa9e9621 f91da04d

-1
-1
arch/cris/include/asm/pci.h
··· 11 11 12 12 #define pcibios_assign_all_busses(void) 1 13 13 14 - extern unsigned long pci_mem_start; 15 14 #define PCIBIOS_MIN_IO 0x1000 16 15 #define PCIBIOS_MIN_MEM 0x10000000 17 16