aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mailbox/hi6220-mailbox.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-12-01 18:42:02 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2019-12-01 18:42:02 -0800
commit43fd4bd72c85c1e8dac0f23dce16f0277791dcdd (patch)
tree2e0ff659fade5b1a0c789d5f0601001972f7694a /drivers/mailbox/hi6220-mailbox.c
parentMerge tag 'hwlock-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc (diff)
parentmailbox: imx: add support for imx v1 mu (diff)
downloadwireguard-linux-43fd4bd72c85c1e8dac0f23dce16f0277791dcdd.tar.xz
wireguard-linux-43fd4bd72c85c1e8dac0f23dce16f0277791dcdd.zip
Merge tag 'mailbox-v5.5' of git://git.linaro.org/landing-teams/working/fujitsu/integration
Pull mailbox updates from Jassi Brar: - omap : misc - catch error returned from pm_runtime_put_sync - hisi : misc - drop .owner from platform_driver - stm : change how wakeup is handled - imx : fix - bailout on error and nuke correct irq - imx : add support for imx7ulp platform * tag 'mailbox-v5.5' of git://git.linaro.org/landing-teams/working/fujitsu/integration: mailbox: imx: add support for imx v1 mu dt-bindings: mailbox: imx-mu: add imx7ulp MU support mailbox: imx: Clear the right interrupts at shutdown mailbox: imx: Fix Tx doorbell shutdown path mailbox: stm32-ipcc: Update wakeup management mailbox: no need to set .owner platform_driver_register mailbox/omap: Handle if CONFIG_PM is disabled
Diffstat (limited to 'drivers/mailbox/hi6220-mailbox.c')
-rw-r--r--drivers/mailbox/hi6220-mailbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mailbox/hi6220-mailbox.c b/drivers/mailbox/hi6220-mailbox.c
index 8b9eb56e4311..cc236ac7a0b5 100644
--- a/drivers/mailbox/hi6220-mailbox.c
+++ b/drivers/mailbox/hi6220-mailbox.c
@@ -354,7 +354,6 @@ static int hi6220_mbox_probe(struct platform_device *pdev)
static struct platform_driver hi6220_mbox_driver = {
.driver = {
.name = "hi6220-mbox",
- .owner = THIS_MODULE,
.of_match_table = hi6220_mbox_of_match,
},
.probe = hi6220_mbox_probe,