]> Pileus Git - ~andy/linux/blobdiff - drivers/clk/clk-nomadik.c
clk: nomadik: Fix incorrect placement of __initconst
[~andy/linux] / drivers / clk / clk-nomadik.c
index 6d819a37f647cb6fb85d64f95d8729fc0fb6145c..51410c2ac2cb617b9a98b9c0fd869e1ddd541870 100644 (file)
@@ -479,12 +479,12 @@ static void __init of_nomadik_src_clk_setup(struct device_node *np)
                of_clk_add_provider(np, of_clk_src_simple_get, clk);
 }
 
-static const __initconst struct of_device_id nomadik_src_match[] = {
+static const struct of_device_id nomadik_src_match[] __initconst = {
        { .compatible = "stericsson,nomadik-src" },
        { /* sentinel */ }
 };
 
-static const __initconst struct of_device_id nomadik_src_clk_match[] = {
+static const struct of_device_id nomadik_src_clk_match[] __initconst = {
        {
                .compatible = "fixed-clock",
                .data = of_fixed_clk_setup,