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>
@@ -215,7 +215,6 @@ static struct platform_driver ci_hdrc_imx_driver = {
.remove = ci_hdrc_imx_remove,
.driver = {
.name = "imx_usb",
- .owner = THIS_MODULE,
.of_match_table = ci_hdrc_imx_dt_ids,
},
};
@@ -61,7 +61,6 @@ static struct platform_driver ci_hdrc_zevio_driver = {
.remove = ci_hdrc_zevio_remove,
.name = "zevio_usb",
.of_match_table = ci_hdrc_zevio_dt_ids,
@@ -752,7 +752,6 @@ static struct platform_driver ci_hdrc_driver = {
.remove = ci_hdrc_remove,
.name = "ci_hdrc",
@@ -372,7 +372,6 @@ static struct platform_driver usbmisc_imx_driver = {
.remove = usbmisc_imx_remove,
.name = "usbmisc_imx",
.of_match_table = usbmisc_imx_dt_ids,