Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux into drm...
[cascardo/linux.git] / drivers / regulator / gpio-regulator.c
index c888a9a..464018d 100644 (file)
@@ -401,7 +401,6 @@ static struct platform_driver gpio_regulator_driver = {
        .remove         = gpio_regulator_remove,
        .driver         = {
                .name           = "gpio-regulator",
-               .owner          = THIS_MODULE,
                .of_match_table = of_match_ptr(regulator_gpio_of_match),
        },
 };