projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca5339b
)
ARM: OMAP2+: Make hwmod clkdm_name const
author
Tony Lindgren
<tony@atomide.com>
Tue, 14 Mar 2017 20:13:20 +0000
(13:13 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 14 Mar 2017 20:13:20 +0000
(13:13 -0700)
This can be const, and will need to be const when we start initializing
it from clkdm data.
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/omap_hwmod.h
b/arch/arm/mach-omap2/omap_hwmod.h
index e0f0d9860875f7227513fb4795ba7f1f84acc182..03310dd80311d0b62f9c61ef4338b3f002be6ae9 100644
(file)
--- a/
arch/arm/mach-omap2/omap_hwmod.h
+++ b/
arch/arm/mach-omap2/omap_hwmod.h
@@
-676,7
+676,7
@@
struct omap_hwmod {
const char *main_clk;
struct clk *_clk;
struct omap_hwmod_opt_clk *opt_clks;
- c
har
*clkdm_name;
+ c
onst char
*clkdm_name;
struct clockdomain *clkdm;
struct list_head slave_ports; /* connect to *_TA */
void *dev_attr;