Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration

Pull mailbox fixlet from Jussi Brar.

* 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration:
mailbox: constify mbox_chan_ops structure

+1 -1
+1 -1
drivers/mailbox/mailbox-sti.c
··· 384 384 return chan; 385 385 } 386 386 387 - static struct mbox_chan_ops sti_mbox_ops = { 387 + static const struct mbox_chan_ops sti_mbox_ops = { 388 388 .startup = sti_mbox_startup_chan, 389 389 .shutdown = sti_mbox_shutdown_chan, 390 390 .send_data = sti_mbox_send_data,