staging: media: davinci_vpfe: Replace explicit NULL comparison with ! operator
[cascardo/linux.git] / drivers / regulator / tps6507x-regulator.c
index 98e66ce..dad0bac 100644 (file)
@@ -519,7 +519,6 @@ static int tps6507x_pmic_probe(struct platform_device *pdev)
 static struct platform_driver tps6507x_pmic_driver = {
        .driver = {
                .name = "tps6507x-pmic",
-               .owner = THIS_MODULE,
        },
        .probe = tps6507x_pmic_probe,
 };