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>
This commit is contained in:
@@ -3896,8 +3896,6 @@ BVME_SCC_DATA_A = 0xffb0000f
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_MAC)
|
||||
L(mac_booter_data):
|
||||
.long 0
|
||||
L(mac_videobase):
|
||||
.long 0
|
||||
L(mac_videodepth):
|
||||
|
Reference in New Issue
Block a user