Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sparc64: delete unused linux_prom64_ranges from openprom_64.h

It was not used over the whole tree - so drop it.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Sam Ravnborg and committed by
David S. Miller
640cc590 bb5b52bb

-6
-6
arch/sparc/include/asm/openprom_64.h
··· 203 203 unsigned int or_size; 204 204 }; 205 205 206 - struct linux_prom64_ranges { 207 - unsigned long ot_child_base; /* Bus feels this */ 208 - unsigned long ot_parent_base; /* CPU looks from here */ 209 - unsigned long or_size; 210 - }; 211 - 212 206 /* Ranges and reg properties are a bit different for PCI. */ 213 207 struct linux_prom_pci_registers { 214 208 unsigned int phys_hi;