提交 3cdf2f80 编写于 作者: T Tony Lindgren

ARM: OMAP2+: Make hwmod clkdm_name const

This can be const, and will need to be const when we start initializing
it from clkdm data.
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 ca5339b1
...@@ -676,7 +676,7 @@ struct omap_hwmod { ...@@ -676,7 +676,7 @@ struct omap_hwmod {
const char *main_clk; const char *main_clk;
struct clk *_clk; struct clk *_clk;
struct omap_hwmod_opt_clk *opt_clks; struct omap_hwmod_opt_clk *opt_clks;
char *clkdm_name; const char *clkdm_name;
struct clockdomain *clkdm; struct clockdomain *clkdm;
struct list_head slave_ports; /* connect to *_TA */ struct list_head slave_ports; /* connect to *_TA */
void *dev_attr; void *dev_attr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册