]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/regulator/fixed.c
zram: fix error return code
[karo-tx-linux.git] / drivers / regulator / fixed.c
index d21da27c0eb6893c7c3c4877cd65b79ce8ad29b2..ff62d69ba0bedda5a6590e0edee94f4d617fe51a 100644 (file)
@@ -213,7 +213,6 @@ static struct platform_driver regulator_fixed_voltage_driver = {
        .probe          = reg_fixed_voltage_probe,
        .driver         = {
                .name           = "reg-fixed-voltage",
-               .owner          = THIS_MODULE,
                .of_match_table = of_match_ptr(fixed_of_match),
        },
 };