counter: microchip-tcb-capture: Constify mchp_tc_ops
authorRikard Falkeborn <rikard.falkeborn@gmail.com>
Tue, 22 Sep 2020 20:19:41 +0000 (22:19 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Wed, 23 Sep 2020 19:53:58 +0000 (20:53 +0100)
commit0854fa22b9dc43cb4a4140938849dc9fd2427e3a
tree76766977e07a9e0b5c004e3b01cf7d8ef207bb6c
parent69fea2b4e59c52844cf5196c9c81157792d194fb
counter: microchip-tcb-capture: Constify mchp_tc_ops

The only usage of mchp_tc_ops is to assign its address to the ops field
in the counter_device struct which is a const pointer. Make it const to
allow the compiler to put it in read-only memory.

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Link: https://lore.kernel.org/r/20200922201941.41328-1-rikard.falkeborn@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/counter/microchip-tcb-capture.c