summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorBhumika Goyal <bhumirks@gmail.com>2017-10-16 12:08:24 +0200
committerSekhar Nori <nsekhar@ti.com>2017-12-23 15:46:24 +0530
commitab41910dfd5ab8e90b6a93d8c17f39ce2dbb069d (patch)
treebeb9df7238a7b2aecc22271c6d4aec9f73fbaa9b /mm
parent1a6d490b45e709ad45f4d7457acd435552698ed4 (diff)
ARM: davinci: make davinci_soc_info structures const
Make davinci_soc_info structures const as they are either passed to the function davinci_common_init having the argument as const or their field cpu_clks of type struct clk_lookup * is passed to the function davinci_clk_init. So, the fields are never modified and the structures can be const. Done using Coccinelle. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> [nsekhar@ti.com: minor commit message adjustment] Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions