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)
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>

No differences found