Skip to content

Commit

Permalink
mn10300/PCI: Remove unused pci_mem_start
Browse files Browse the repository at this point in the history
Remove unused 'pci_mem_start' variable.

Signed-off-by: Myron Stowe <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Acked-by: David Howells <[email protected]>
CC: Koichi Yasutake <[email protected]>
  • Loading branch information
Myron Stowe authored and bjorn-helgaas committed Oct 7, 2013
1 parent fa9e962 commit 135530d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion arch/mn10300/include/asm/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions arch/mn10300/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 135530d

Please sign in to comment.