Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3011618d authored by Sam Ravnborg's avatar Sam Ravnborg Committed by David S. Miller
Browse files

sparc: remove ebus definitions from openprom*.h



Looks like leftovers from the removal of the special ebus layer.

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1eae29bc
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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) */
+0 −26
Original line number Diff line number Diff line
@@ -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) */