usb: host: drop owner assignment from platform_drivers
These platform_drivers do not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
这个提交包含在:
@@ -229,7 +229,6 @@ static struct platform_driver ohci_hcd_ppc_of_driver = {
|
||||
.shutdown = usb_hcd_platform_shutdown,
|
||||
.driver = {
|
||||
.name = "ppc-of-ohci",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = ohci_hcd_ppc_of_match,
|
||||
},
|
||||
};
|
||||
|
在新工单中引用
屏蔽一个用户