mailbox: Make mbox_chan_ops const
[firefly-linux-kernel-4.4.55.git] / drivers / mailbox / pcc.c
index 7e91d68a3ac3d02b2622315b2745f605c5961300..26d121d1d501b7617857a364a63c9dd4b97c1438 100644 (file)
@@ -198,7 +198,7 @@ static int pcc_send_data(struct mbox_chan *chan, void *data)
        return 0;
 }
 
-static struct mbox_chan_ops pcc_chan_ops = {
+static const struct mbox_chan_ops pcc_chan_ops = {
        .send_data = pcc_send_data,
 };