diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-10-02 04:01:43 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-26 05:09:14 -0500 |
commit | bdd47c9fc1d96d3319e938931c83b863b5331b57 (patch) | |
tree | 4117fe0c99d55744a0efcfa3f43d8f1ebd5d519d /arch/m68k/kernel | |
parent | 958903d6f08c977778bf5e1f18eb7fd27b30ca72 (diff) |
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>
Diffstat (limited to 'arch/m68k/kernel')
-rw-r--r-- | arch/m68k/kernel/head.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/kernel/head.S b/arch/m68k/kernel/head.S index 8d14b0f9a36f..28f817481f3b 100644 --- a/arch/m68k/kernel/head.S +++ b/arch/m68k/kernel/head.S | |||
@@ -3896,8 +3896,6 @@ BVME_SCC_DATA_A = 0xffb0000f | |||
3896 | #endif | 3896 | #endif |
3897 | 3897 | ||
3898 | #if defined(CONFIG_MAC) | 3898 | #if defined(CONFIG_MAC) |
3899 | L(mac_booter_data): | ||
3900 | .long 0 | ||
3901 | L(mac_videobase): | 3899 | L(mac_videobase): |
3902 | .long 0 | 3900 | .long 0 |
3903 | L(mac_videodepth): | 3901 | L(mac_videodepth): |