diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-10-16 12:08:23 +0200 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2017-12-23 11:16:24 +0100 |
commit | 1a6d490b45e709ad45f4d7457acd435552698ed4 (patch) | |
tree | 9ca6f8d3f76512a77ef3f6e6303ff938492c692f /arch/arm/mach-davinci/da830.c | |
parent | ARM: davinci_all_defconfig: enable support for USB network adaptors (diff) | |
download | linux-1a6d490b45e709ad45f4d7457acd435552698ed4.tar.xz linux-1a6d490b45e709ad45f4d7457acd435552698ed4.zip |
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/da830.c')
0 files changed, 0 insertions, 0 deletions