diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2017-11-14 19:07:38 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2017-11-14 19:07:38 +0100 |
commit | ed9c62f75aef10297fb6da4e24292fb354cb8307 (patch) | |
tree | 373eb7afd5d079c84aaf1ebaa1a3df68dd846086 /drivers/clk/sirf/clk-prima2.c | |
parent | Merge branch 'clk-sunxi' into clk-next (diff) | |
parent | clk: make clk_init_data const (diff) | |
download | linux-ed9c62f75aef10297fb6da4e24292fb354cb8307.tar.xz linux-ed9c62f75aef10297fb6da4e24292fb354cb8307.zip |
Merge branch 'clk-const' into clk-next
* clk-const:
clk: make clk_init_data const
clk: imx: make clk_ops const
clk: mmp: make clk_ops const
clk: hisilicon: make clk_ops const
clk: mxs: make clk_ops const
clk: sirf: make clk_ops const
clk: spear: make clk_ops const
CLK: SPEAr: make aux_clk_masks structures const
CLK: SPEAr: make structure field and function argument as const
Diffstat (limited to 'drivers/clk/sirf/clk-prima2.c')
-rw-r--r-- | drivers/clk/sirf/clk-prima2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/sirf/clk-prima2.c b/drivers/clk/sirf/clk-prima2.c index aac1c8ec151a..2f824320c318 100644 --- a/drivers/clk/sirf/clk-prima2.c +++ b/drivers/clk/sirf/clk-prima2.c @@ -42,7 +42,7 @@ static struct clk_dmn clk_mmc45 = { }, }; -static struct clk_init_data clk_nand_init = { +static const struct clk_init_data clk_nand_init = { .name = "nand", .ops = &ios_ops, .parent_names = std_clk_io_parents, |