aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2009-01-02 21:12:40 -0800
committerDavid S. Miller <davem@davemloft.net>2009-01-02 21:12:40 -0800
commitb608c3fe3cffcb3ebc87ffdec134286859d4a44e (patch)
tree5c779a3940c2a296fcc429247cb80968adc56115
parentsparc: remove ebus definitions from openprom*.h (diff)
downloadlinux-dev-b608c3fe3cffcb3ebc87ffdec134286859d4a44e.tar.xz
linux-dev-b608c3fe3cffcb3ebc87ffdec134286859d4a44e.zip
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>
-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 3868057fb3be..f8b4bf7216d7 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) */