sparc: unify openprom.h
authorSam Ravnborg <sam@ravnborg.org>
Sat, 3 Jan 2009 05:15:25 +0000 (21:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Jan 2009 05:15:25 +0000 (21:15 -0800)
commit7c59d28d0e798fff1ebfedcf7821cbd5513091bd
treef4d14de632207742372bdd3e57f0b014527d014a
parent640cc590bd6112424f4c248fe839af28a06b54c4
sparc: unify openprom.h

After the preparational steps the unification was simple.

The linux_prom_pci_registers definition did not look like
it could be unified at first look since the structure is assigned
using prop_getproperty() / of_get_property() so the structure
is assumed to come direct form the prom.

The LINUX_OPPROM_MAGIC was kept even if it is not used by the kernel
on the assumption that userspace may require it.

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