]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/mailbox_controller.h
mailbox: Make mbox_chan_ops const
[mirror_ubuntu-bionic-kernel.git] / include / linux / mailbox_controller.h
index d4cf96f07cfc42452f7bafb1d546cf64b984319e..68c42454439be372caba99424ef6a57bac5f5c2d 100644 (file)
@@ -72,7 +72,7 @@ struct mbox_chan_ops {
  */
 struct mbox_controller {
        struct device *dev;
-       struct mbox_chan_ops *ops;
+       const struct mbox_chan_ops *ops;
        struct mbox_chan *chans;
        int num_chans;
        bool txdone_irq;