From: Fabio Estevam <fabio.este...@nxp.com>

Structure platform_driver does not need to set the owner field, as this
will be populated by the driver core.

Generated by scripts/coccinelle/api/platform_no_drv_owner.cocci.

Signed-off-by: Fabio Estevam <fabio.este...@nxp.com>
Acked-by: Florian Fainelli <f.faine...@gmail.com>
---
Changes since v2:
- Fix typo on Florian's last name
Changes since v1:
- Add lkml on Cc as per Florian's request
- Add Florian's Acked-by

 drivers/phy/broadcom/phy-brcm-usb.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/phy/broadcom/phy-brcm-usb.c 
b/drivers/phy/broadcom/phy-brcm-usb.c
index d1dab36..3973386 100644
--- a/drivers/phy/broadcom/phy-brcm-usb.c
+++ b/drivers/phy/broadcom/phy-brcm-usb.c
@@ -445,7 +445,6 @@ static struct platform_driver brcm_usb_driver = {
        .probe          = brcm_usb_phy_probe,
        .driver         = {
                .name   = "brcmstb-usb-phy",
-               .owner  = THIS_MODULE,
                .pm = &brcm_usb_phy_pm_ops,
                .of_match_table = brcm_usb_dt_ids,
        },
-- 
2.7.4

Reply via email to