summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/dm646x.c
diff options
context:
space:
mode:
authorBhumika Goyal <bhumirks@gmail.com>2017-10-16 12:08:23 +0200
committerSekhar Nori <nsekhar@ti.com>2017-12-23 15:46:24 +0530
commit1a6d490b45e709ad45f4d7457acd435552698ed4 (patch)
tree9ca6f8d3f76512a77ef3f6e6303ff938492c692f /arch/arm/mach-davinci/dm646x.c
parent3984d64aba35f9a317e4afa48f48b4cc6f46d084 (diff)
ARM: davinci: make argument to davinci_common_init() as const
Make the function argument of the function davinci_common_init as const as it's memory contents are only copied during a memcpy call. So, the fields of the structure to which the argument soc_info points to never gets modified and therefore the argument can be made const. Add const to the prototype too. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/dm646x.c')
0 files changed, 0 insertions, 0 deletions