hwmon: drop owner assignment from platform_drivers
[firefly-linux-kernel-4.4.55.git] / drivers / hwmon / vexpress.c
index c53619086f33ad89583d4fdb16bb805620ee4788..cf1848b8fb321a0e4f867352730956543088feb0 100644 (file)
@@ -247,7 +247,6 @@ static struct platform_driver vexpress_hwmon_driver = {
        .probe = vexpress_hwmon_probe,
        .driver = {
                .name = DRVNAME,
-               .owner = THIS_MODULE,
                .of_match_table = vexpress_hwmon_of_match,
        },
 };