diff options
Diffstat (limited to 'target/linux/cns3xxx/patches-4.9/230-remove-deprecated-code.patch')
-rw-r--r-- | target/linux/cns3xxx/patches-4.9/230-remove-deprecated-code.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/cns3xxx/patches-4.9/230-remove-deprecated-code.patch b/target/linux/cns3xxx/patches-4.9/230-remove-deprecated-code.patch new file mode 100644 index 0000000000..ff83a98f2d --- /dev/null +++ b/target/linux/cns3xxx/patches-4.9/230-remove-deprecated-code.patch @@ -0,0 +1,11 @@ +--- a/arch/arm/mach-cns3xxx/laguna.c ++++ b/arch/arm/mach-cns3xxx/laguna.c +@@ -812,7 +812,7 @@ static void __init laguna_init(void) + u32 __iomem *reg; + + clk = clk_register_fixed_rate(NULL, "cpu", NULL, +- CLK_IS_ROOT | CLK_IGNORE_UNUSED, ++ CLK_IGNORE_UNUSED, + cns3xxx_cpu_clock() * (1000000 / 8)); + clk_register_clkdev(clk, "cpu", NULL); + |