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)
commitbdd47c9fc1d96d3319e938931c83b863b5331b57
tree4117fe0c99d55744a0efcfa3f43d8f1ebd5d519d
parent958903d6f08c977778bf5e1f18eb7fd27b30ca72
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