diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-01-03 06:15:25 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-03 06:15:25 +0100 |
commit | 7c59d28d0e798fff1ebfedcf7821cbd5513091bd (patch) | |
tree | f4d14de632207742372bdd3e57f0b014527d014a /arch/sparc/include/asm/Kbuild | |
parent | sparc64: delete unused linux_prom64_ranges from openprom_64.h (diff) | |
download | linux-7c59d28d0e798fff1ebfedcf7821cbd5513091bd.tar.xz linux-7c59d28d0e798fff1ebfedcf7821cbd5513091bd.zip |
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>
Diffstat (limited to 'arch/sparc/include/asm/Kbuild')
-rw-r--r-- | arch/sparc/include/asm/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc/include/asm/Kbuild b/arch/sparc/include/asm/Kbuild index 930ba022c628..58f9b3a905be 100644 --- a/arch/sparc/include/asm/Kbuild +++ b/arch/sparc/include/asm/Kbuild @@ -11,8 +11,6 @@ header-y += envctrl.h header-y += fbio.h header-y += jsflash.h header-y += openprom.h -header-y += openprom_32.h -header-y += openprom_64.h header-y += openpromio.h header-y += perfctr.h header-y += psrcompat.h |