diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-10-16 12:08:23 +0200 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2017-12-23 15:46:24 +0530 |
commit | 1a6d490b45e709ad45f4d7457acd435552698ed4 (patch) | |
tree | 9ca6f8d3f76512a77ef3f6e6303ff938492c692f /README | |
parent | 3984d64aba35f9a317e4afa48f48b4cc6f46d084 (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 'README')
0 files changed, 0 insertions, 0 deletions