ARM: OMAP2+: CM: make some pointers and function arguments as const
authorBhumika Goyal <bhumirks@gmail.com>
Mon, 6 Nov 2017 13:15:39 +0000 (14:15 +0100)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Dec 2017 15:40:34 +0000 (07:40 -0800)
commita529f8de260e33237204f18c6c1540212a9653c7
tree8943b0dfbf41527c018a30536c0148e34ab33e57
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
ARM: OMAP2+: CM: make some pointers and function arguments as const

Make the pointer cm_ll_data of type cm_ll_data as const as it does not
modify the fields of the structure it points too.
After this change, make the argument of cm_register function as const as
it is used to initialise cm_ll_data or used inside an if condition.
Make the pointer argument of cm_unregister function as const as it is only
used inside an if condition.
Add const to the function prototypes too.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/cm.h
arch/arm/mach-omap2/cm_common.c