aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2009-01-03 00:12:40 -0500
committerDavid S. Miller <davem@davemloft.net>2009-01-03 00:12:40 -0500
commitb608c3fe3cffcb3ebc87ffdec134286859d4a44e (patch)
tree5c779a3940c2a296fcc429247cb80968adc56115 /arch
parent3011618d9a010b33b7e67cb26df9bc79c948f67b (diff)
sparc: remove linux_prom_pci_assigned_addresses from openprom_32.h
It is not used anywhere in the 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')
-rw-r--r--arch/sparc/include/asm/openprom_32.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/sparc/include/asm/openprom_32.h b/arch/sparc/include/asm/openprom_32.h
index 3868057fb3b..f8b4bf7216d 100644
--- a/arch/sparc/include/asm/openprom_32.h
+++ b/arch/sparc/include/asm/openprom_32.h
@@ -229,16 +229,6 @@ struct linux_prom_pci_ranges {
229 unsigned int size_lo; 229 unsigned int size_lo;
230}; 230};
231 231
232struct linux_prom_pci_assigned_addresses {
233 unsigned int which_io;
234
235 unsigned int phys_hi;
236 unsigned int phys_lo;
237
238 unsigned int size_hi;
239 unsigned int size_lo;
240};
241
242#endif /* !(__ASSEMBLY__) */ 232#endif /* !(__ASSEMBLY__) */
243 233
244#endif /* !(__SPARC_OPENPROM_H) */ 234#endif /* !(__SPARC_OPENPROM_H) */