Skip to content

Commit 63d5e12

Browse files
krzkJassiBrar
authored andcommitted
mailbox: Drop owner assignment from platform_driver
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]>
1 parent 4e6b6ee commit 63d5e12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mailbox/bcm2835-mailbox.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ MODULE_DEVICE_TABLE(of, bcm2835_mbox_of_match);
204204
static struct platform_driver bcm2835_mbox_driver = {
205205
.driver = {
206206
.name = "bcm2835-mbox",
207-
.owner = THIS_MODULE,
208207
.of_match_table = bcm2835_mbox_of_match,
209208
},
210209
.probe = bcm2835_mbox_probe,

0 commit comments

Comments
 (0)