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>
This commit is contained in:
Wolfram Sang
2014-12-21 21:28:24 +01:00
committed by Greg Kroah-Hartman
父節點 f116125625
當前提交 1d97869198
共有 16 個文件被更改,包括 0 次插入16 次删除

查看文件

@@ -265,7 +265,6 @@ static struct platform_driver ohci_hcd_sm501_driver = {
.suspend = ohci_sm501_suspend,
.resume = ohci_sm501_resume,
.driver = {
.owner = THIS_MODULE,
.name = "sm501-usb",
},
};