mailbox: hi3660: constify mbox_chan_ops structure
authorJulia Lawall <Julia.Lawall@lip6.fr>
Fri, 2 Nov 2018 15:11:55 +0000 (16:11 +0100)
committerJassi Brar <jaswinder.singh@linaro.org>
Wed, 12 Dec 2018 02:29:40 +0000 (07:59 +0530)
commitb5452838c661726880652f14e20ab58efed54fa5
tree0d89fe04c45e765ed6ff995dab60d57c4d5552c1
parentf5d582777bcb1c7ff19a5a2343f66ea01de401c6
mailbox: hi3660: constify mbox_chan_ops structure

The mbox_chan_ops structure can be const as it is only stored in the
ops field of an mbox_controller structure and this field is const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/hi3660-mailbox.c