X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fmailbox%2Fmailbox-altera.c;h=bb682c926b0a048ab1918ba13a89c140dff19d96;hb=baf51c43926ec9aa42ef9d33ca6ee9e3e043aebe;hp=a266265677d3ebf533290a01a1a0af6212f2e292;hpb=9f86262dcc573ca195488de9ec6e4d6d74288ad3;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/mailbox/mailbox-altera.c b/drivers/mailbox/mailbox-altera.c index a266265677d3..bb682c926b0a 100644 --- a/drivers/mailbox/mailbox-altera.c +++ b/drivers/mailbox/mailbox-altera.c @@ -285,7 +285,7 @@ static void altera_mbox_shutdown(struct mbox_chan *chan) } } -static struct mbox_chan_ops altera_mbox_ops = { +static const struct mbox_chan_ops altera_mbox_ops = { .send_data = altera_mbox_send_data, .startup = altera_mbox_startup, .shutdown = altera_mbox_shutdown,