n_tty: Fix signal handling flushes
[firefly-linux-kernel-4.4.55.git] / drivers / regulator / pbias-regulator.c
index 6d02d68dfb4647696027fd54d060203fa26f5480..bd2b75c0d1d1201663cc29fd2b26100de3671459 100644 (file)
@@ -185,7 +185,6 @@ static struct platform_driver pbias_regulator_driver = {
        .probe          = pbias_regulator_probe,
        .driver         = {
                .name           = "pbias-regulator",
-               .owner          = THIS_MODULE,
                .of_match_table = of_match_ptr(pbias_of_match),
        },
 };