--- zzzz-none-000/linux-3.10.107/arch/mips/lantiq/xway/reset.c 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/arch/mips/lantiq/xway/reset.c 2021-11-10 11:53:54.000000000 +0000 @@ -113,6 +113,7 @@ ltq_rcu_w32(ltq_rcu_r32(RCU_RST_REQ) & ~module, RCU_RST_REQ); } +#if !defined(CONFIG_AR10) && !defined(CONFIG_VR9) static void ltq_machine_restart(char *command) { local_irq_disable(); @@ -163,3 +164,4 @@ } arch_initcall(mips_reboot_setup); +#endif /* !CONFIG_AR10 */