|
@@ -33,11 +33,6 @@ static const char *const nspire_dt_match[] __initconst = {
|
|
|
NULL,
|
|
|
};
|
|
|
|
|
|
-static void __init nspire_map_io(void)
|
|
|
-{
|
|
|
- debug_ll_io_init();
|
|
|
-}
|
|
|
-
|
|
|
static struct clcd_board nspire_clcd_data = {
|
|
|
.name = "LCD",
|
|
|
.caps = CLCD_CAP_5551 | CLCD_CAP_565,
|
|
@@ -71,7 +66,6 @@ static void nspire_restart(enum reboot_mode mode, const char *cmd)
|
|
|
|
|
|
DT_MACHINE_START(NSPIRE, "TI-NSPIRE")
|
|
|
.dt_compat = nspire_dt_match,
|
|
|
- .map_io = nspire_map_io,
|
|
|
.init_machine = nspire_init,
|
|
|
.restart = nspire_restart,
|
|
|
MACHINE_END
|