Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next
Remove all .owner fields from platform drivers
This commit is contained in:
@@ -2468,7 +2468,6 @@ static struct platform_driver smc_driver = {
|
||||
.remove = smc_drv_remove,
|
||||
.driver = {
|
||||
.name = CARDNAME,
|
||||
.owner = THIS_MODULE,
|
||||
.pm = &smc_drv_pm_ops,
|
||||
.of_match_table = of_match_ptr(smc91x_match),
|
||||
},
|
||||
|
Reference in New Issue
Block a user