Skip to content

Commit 02d5150

Browse files
krzkDominik Brodowski
authored andcommitted
pcmcia: bcm63xx: drop driver owner assignment
Core in platform_driver_register() already sets the .owner, so driver does not need to. Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Dominik Brodowski <[email protected]>
1 parent f266106 commit 02d5150

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pcmcia/bcm63xx_pcmcia.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,6 @@ struct platform_driver bcm63xx_pcmcia_driver = {
456456
.remove_new = bcm63xx_drv_pcmcia_remove,
457457
.driver = {
458458
.name = "bcm63xx_pcmcia",
459-
.owner = THIS_MODULE,
460459
},
461460
};
462461

0 commit comments

Comments
 (0)