summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/bcm2835-mailbox.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-09-05 18:11:04 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2015-09-05 18:11:04 -0700
commite3a98ac47698bf1c1e4e6fae72afc9866953fce5 (patch)
treea33ba55286b55bcc092eac441071494c6ac17479 /drivers/mailbox/bcm2835-mailbox.c
parent2a013e37ce691a7c072df27b35e9790fc8f5a82f (diff)
parent86e488adaab77a733b01e759bf7bfda054479660 (diff)
downloadlinux-stable-e3a98ac47698bf1c1e4e6fae72afc9866953fce5.tar.gz
linux-stable-e3a98ac47698bf1c1e4e6fae72afc9866953fce5.tar.bz2
linux-stable-e3a98ac47698bf1c1e4e6fae72afc9866953fce5.zip
Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration
Pull mailbox updates from Jassi Brar: "Mainly we move from jiffy based timer to HRTIMER for finer control over polling. Then a controller reduces its polling period from 10 to 1ms" * 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration: mailbox: arm_mhu: reduce txpoll_period from 10ms to 1 ms mailbox: switch to hrtimer for tx_complete polling mailbox: Drop owner assignment from platform_driver
Diffstat (limited to 'drivers/mailbox/bcm2835-mailbox.c')
-rw-r--r--drivers/mailbox/bcm2835-mailbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mailbox/bcm2835-mailbox.c b/drivers/mailbox/bcm2835-mailbox.c
index 0b47dd42f3bd..cfb4b4496dd9 100644
--- a/drivers/mailbox/bcm2835-mailbox.c
+++ b/drivers/mailbox/bcm2835-mailbox.c
@@ -204,7 +204,6 @@ MODULE_DEVICE_TABLE(of, bcm2835_mbox_of_match);
static struct platform_driver bcm2835_mbox_driver = {
.driver = {
.name = "bcm2835-mbox",
- .owner = THIS_MODULE,
.of_match_table = bcm2835_mbox_of_match,
},
.probe = bcm2835_mbox_probe,