]> git.baikalelectronics.ru Git - kernel.git/commit
m68k/mac: Move struct mac_booter_data to <asm/macintosh.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 2 Oct 2013 08:01:43 +0000 (10:01 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 26 Nov 2013 10:09:14 +0000 (11:09 +0100)
commited03913bbeddb853c79dffb09318c9b555d58d84
tree4117fe0c99d55744a0efcfa3f43d8f1ebd5d519d
parent61d401ddae6940e7b6225c27d15f13f0ac1a5a81
m68k/mac: Move struct mac_booter_data to <asm/macintosh.h>

struct mac_booter_data is no longer part of the bootinfo API, hence move it
from <asm/bootinfo.h> to <asm/macintosh.h>, dropping all unused fields in
the process.

Also remove the no longer used mac_booter_data pointer from head.S.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/bootinfo.h
arch/m68k/include/asm/macintosh.h
arch/m68k/kernel/head.S