]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ppc64: remove asm/bootinfo.h include
authorPaul Mackerras <paulus@samba.org>
Fri, 6 May 2005 04:27:17 +0000 (14:27 +1000)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 6 May 2005 05:00:52 +0000 (22:00 -0700)
commit3f8cd79a82fb39ea52ac4ef2d49de26678be2be2
tree0f78dc7c545d7a72bacdc63ca6ba6e40a1ebf9f6
parent4c47787256db369663273689189bf0706e3bba87
[PATCH] ppc64: remove asm/bootinfo.h include

The defines in bootinfo.h are not used, so the include can be removed.
According to Ben, birecs are not used on ppc64:

  on ppc64, we made the decision of enforcing the presence of an
  OF device-tree and either an OF-like client interface or a kexec
  like flattened tree.
  so if your bootloader want to say things to the kernel,
  it can do so by adding properties to the device-tree

compile-tested with defconfig

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/boot/main.c