diff options
Diffstat (limited to 'drivers/regulator/gpio-regulator.c')
-rw-r--r-- | drivers/regulator/gpio-regulator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/gpio-regulator.c b/drivers/regulator/gpio-regulator.c index 464018de7e97..7bba8b747f30 100644 --- a/drivers/regulator/gpio-regulator.c +++ b/drivers/regulator/gpio-regulator.c | |||
@@ -394,6 +394,7 @@ static const struct of_device_id regulator_gpio_of_match[] = { | |||
394 | { .compatible = "regulator-gpio", }, | 394 | { .compatible = "regulator-gpio", }, |
395 | {}, | 395 | {}, |
396 | }; | 396 | }; |
397 | MODULE_DEVICE_TABLE(of, regulator_gpio_of_match); | ||
397 | #endif | 398 | #endif |
398 | 399 | ||
399 | static struct platform_driver gpio_regulator_driver = { | 400 | static struct platform_driver gpio_regulator_driver = { |