From: Sam Ravnborg Date: Sat, 3 Jan 2009 05:12:40 +0000 (-0800) Subject: sparc: remove linux_prom_pci_assigned_addresses from openprom_32.h X-Git-Tag: v2.6.29-rc1~501^2~16 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=b608c3fe3cffcb3ebc87ffdec134286859d4a44e;p=linux-2.6-omap-h63xx.git 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 Signed-off-by: David S. Miller --- 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 { 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 /* !(__SPARC_OPENPROM_H) */