Merge tag 'iommu-fixes-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[deliverable/linux.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,
 };
 
This page took 0.027262 seconds and 5 git commands to generate.