Browse Source

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>
Sam Ravnborg 16 năm trước cách đây
mục cha
commit
b608c3fe3c
1 tập tin đã thay đổi với 0 bổ sung10 xóa
  1. 0 10
      arch/sparc/include/asm/openprom_32.h

+ 0 - 10
arch/sparc/include/asm/openprom_32.h

@@ -229,16 +229,6 @@ struct linux_prom_pci_ranges {
 	unsigned int size_lo;
 	unsigned int size_lo;
 };
 };
 
 
-struct linux_prom_pci_assigned_addresses {
-	unsigned int which_io;
-
-	unsigned int phys_hi;
-	unsigned int phys_lo;
-
-	unsigned int size_hi;
-	unsigned int size_lo;
-};
-
 #endif /* !(__ASSEMBLY__) */
 #endif /* !(__ASSEMBLY__) */
 
 
 #endif /* !(__SPARC_OPENPROM_H) */
 #endif /* !(__SPARC_OPENPROM_H) */