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

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

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