Merge tag 'topic/drm-fixes-2015-09-09' of git://anongit.freedesktop.org/drm-intel...
[platform/kernel/linux-rpi.git] / drivers / regulator / fixed.c
index d21da27..ff62d69 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),
        },
 };