Commit 640cc590 authored by Sam Ravnborg's avatar Sam Ravnborg Committed by David S. Miller

sparc64: delete unused linux_prom64_ranges from openprom_64.h

It was not used over the whole tree - so drop it.
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bb5b52bb
...@@ -203,12 +203,6 @@ struct linux_prom_ranges { ...@@ -203,12 +203,6 @@ struct linux_prom_ranges {
unsigned int or_size; unsigned int or_size;
}; };
struct linux_prom64_ranges {
unsigned long ot_child_base; /* Bus feels this */
unsigned long ot_parent_base; /* CPU looks from here */
unsigned long or_size;
};
/* Ranges and reg properties are a bit different for PCI. */ /* Ranges and reg properties are a bit different for PCI. */
struct linux_prom_pci_registers { struct linux_prom_pci_registers {
unsigned int phys_hi; unsigned int phys_hi;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment