--- zzzz-none-000/linux-3.10.107/arch/mips/lantiq/clk.c 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/arch/mips/lantiq/clk.c 2021-11-10 11:53:54.000000000 +0000 @@ -164,6 +164,10 @@ return res; } +#ifdef TODO +#warning Umbauen, sodass das hier funktioniert! +#else +#if !defined(CONFIG_VR9) && !defined(CONFIG_AR10) void __init plat_time_init(void) { struct clk *clk; @@ -176,3 +180,5 @@ pr_info("CPU Clock: %ldMHz\n", clk_get_rate(clk) / 1000000); clk_put(clk); } +#endif +#endif