diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-01-02 21:14:35 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-02 21:14:35 -0800 |
commit | 640cc590bd6112424f4c248fe839af28a06b54c4 (patch) | |
tree | 3d3fe065e2fd744c8a6f08fbd5d5335a08c37002 /arch/sparc | |
parent | bb5b52bbd5e2cd40b193f34c11eec19864080dcf (diff) | |
download | linux-3.10-640cc590bd6112424f4c248fe839af28a06b54c4.tar.gz linux-3.10-640cc590bd6112424f4c248fe839af28a06b54c4.tar.bz2 linux-3.10-640cc590bd6112424f4c248fe839af28a06b54c4.zip |
sparc64: delete unused linux_prom64_ranges from openprom_64.h
It was not used over the whole tree - so drop it.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/include/asm/openprom_64.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sparc/include/asm/openprom_64.h b/arch/sparc/include/asm/openprom_64.h index db3711e7e91..8148900901c 100644 --- a/arch/sparc/include/asm/openprom_64.h +++ b/arch/sparc/include/asm/openprom_64.h @@ -203,12 +203,6 @@ struct linux_prom_ranges { unsigned int or_size; }; -struct linux_prom64_ranges { - unsigned long ot_child_base; /* Bus feels this */ - unsigned long ot_parent_base; /* CPU looks from here */ - unsigned long or_size; -}; - /* Ranges and reg properties are a bit different for PCI. */ struct linux_prom_pci_registers { unsigned int phys_hi; |