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 <krzysztof.kozlowski@linaro.org> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
parent
f2661062f1
commit
02d5150332
@ -456,7 +456,6 @@ struct platform_driver bcm63xx_pcmcia_driver = {
|
||||
.remove_new = bcm63xx_drv_pcmcia_remove,
|
||||
.driver = {
|
||||
.name = "bcm63xx_pcmcia",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user