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:
@@ -2362,7 +2362,6 @@ static struct platform_driver musb_driver = {
|
||||
.driver = {
|
||||
.name = (char *)musb_driver_name,
|
||||
.bus = &platform_bus_type,
|
||||
.owner = THIS_MODULE,
|
||||
.pm = MUSB_DEV_PM_OPS,
|
||||
},
|
||||
.probe = musb_probe,
|
||||
|
Reference in New Issue
Block a user