usb: host: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
@@ -610,7 +610,6 @@ static struct platform_driver ohci_hcd_pxa27x_driver = {
|
||||
.shutdown = usb_hcd_platform_shutdown,
|
||||
.driver = {
|
||||
.name = "pxa27x-ohci",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = of_match_ptr(pxa_ohci_dt_ids),
|
||||
#ifdef CONFIG_PM
|
||||
.pm = &ohci_hcd_pxa27x_pm_ops,
|
||||
|
Fai riferimento in un nuovo problema
Block a user