Merge tag 'linux-kselftest-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[cascardo/linux.git] / drivers / mailbox / pcc.c
index 7e91d68..26d121d 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,
 };