Merge tag 'iommu-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / drivers / cpuidle / cpuidle-mvebu-v7.c
index dd4c176df2a3d682c6465cf42587ab500b601ad3..38e68618513a4728fe637a46b6a6ce79edb54730 100644 (file)
@@ -114,7 +114,6 @@ static int mvebu_v7_cpuidle_probe(struct platform_device *pdev)
 static struct platform_driver armadaxp_cpuidle_plat_driver = {
        .driver = {
                .name = "cpuidle-armada-xp",
-               .owner = THIS_MODULE,
        },
        .probe = mvebu_v7_cpuidle_probe,
 };
@@ -124,7 +123,6 @@ module_platform_driver(armadaxp_cpuidle_plat_driver);
 static struct platform_driver armada370_cpuidle_plat_driver = {
        .driver = {
                .name = "cpuidle-armada-370",
-               .owner = THIS_MODULE,
        },
        .probe = mvebu_v7_cpuidle_probe,
 };
@@ -134,7 +132,6 @@ module_platform_driver(armada370_cpuidle_plat_driver);
 static struct platform_driver armada38x_cpuidle_plat_driver = {
        .driver = {
                .name = "cpuidle-armada-38x",
-               .owner = THIS_MODULE,
        },
        .probe = mvebu_v7_cpuidle_probe,
 };