]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
sparc: remove ebus definitions from openprom*.h
authorSam Ravnborg <sam@ravnborg.org>
Sat, 3 Jan 2009 05:10:48 +0000 (21:10 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Jan 2009 05:10:48 +0000 (21:10 -0800)
Looks like leftovers from the removal of the special ebus layer.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/openprom_32.h
arch/sparc/include/asm/openprom_64.h

index 875da3552d80e7d415182957f95ef8b77c111c28..3868057fb3beb99ac47075b3412cda3e1b53e41f 100644 (file)
@@ -239,17 +239,6 @@ struct linux_prom_pci_assigned_addresses {
        unsigned int size_lo;
 };
 
-struct linux_prom_ebus_ranges {
-       unsigned int child_phys_hi;
-       unsigned int child_phys_lo;
-
-       unsigned int parent_phys_hi;
-       unsigned int parent_phys_mid;
-       unsigned int parent_phys_lo;
-
-       unsigned int size;
-};
-
 #endif /* !(__ASSEMBLY__) */
 
 #endif /* !(__SPARC_OPENPROM_H) */
index b69e4a8c9170a75ae05486fee8106cc06334011a..955d7f6871941c61b69e085075ff53856db0c5c3 100644 (file)
@@ -249,32 +249,6 @@ struct linux_prom_pci_intmask {
        unsigned int interrupt;
 };
 
-struct linux_prom_ebus_ranges {
-       unsigned int child_phys_hi;
-       unsigned int child_phys_lo;
-
-       unsigned int parent_phys_hi;
-       unsigned int parent_phys_mid;
-       unsigned int parent_phys_lo;
-
-       unsigned int size;
-};
-
-struct linux_prom_ebus_intmap {
-       unsigned int phys_hi;
-       unsigned int phys_lo;
-
-       unsigned int interrupt;
-
-       int          cnode;
-       unsigned int cinterrupt;
-};
-
-struct linux_prom_ebus_intmask {
-       unsigned int phys_hi;
-       unsigned int phys_lo;
-       unsigned int interrupt;
-};
 #endif /* !(__ASSEMBLY__) */
 
 #endif /* !(__SPARC64_OPENPROM_H) */