kirkwood: add ZyXEL NSA325 device
[openwrt/staging/yousong.git] / target / linux / cns3xxx / patches-4.9 / 230-remove-deprecated-code.patch
1 --- a/arch/arm/mach-cns3xxx/laguna.c
2 +++ b/arch/arm/mach-cns3xxx/laguna.c
3 @@ -812,7 +812,7 @@ static void __init laguna_init(void)
4 u32 __iomem *reg;
5
6 clk = clk_register_fixed_rate(NULL, "cpu", NULL,
7 - CLK_IS_ROOT | CLK_IGNORE_UNUSED,
8 + CLK_IGNORE_UNUSED,
9 cns3xxx_cpu_clock() * (1000000 / 8));
10 clk_register_clkdev(clk, "cpu", NULL);
11