Skip to content

Commit

Permalink
mailbox: Drop owner assignment from platform_driver
Browse files Browse the repository at this point in the history
platform_driver does not need to set an owner because
platform_driver_register() will set it.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Lee Jones <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Signed-off-by: Jassi Brar <[email protected]>
  • Loading branch information
krzk authored and JassiBrar committed Aug 5, 2015
1 parent 4e6b6ee commit 63d5e12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mailbox/bcm2835-mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 63d5e12

Please sign in to comment.