diff options
-rw-r--r-- | drivers/extcon/extcon-rt8973a.c | 1 | ||||
-rw-r--r-- | drivers/extcon/extcon-sm5502.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/extcon/extcon-rt8973a.c b/drivers/extcon/extcon-rt8973a.c index 11592e980bc1..3428b6aae1a2 100644 --- a/drivers/extcon/extcon-rt8973a.c +++ b/drivers/extcon/extcon-rt8973a.c | |||
@@ -658,6 +658,7 @@ static const struct of_device_id rt8973a_dt_match[] = { | |||
658 | { .compatible = "richtek,rt8973a-muic" }, | 658 | { .compatible = "richtek,rt8973a-muic" }, |
659 | { }, | 659 | { }, |
660 | }; | 660 | }; |
661 | MODULE_DEVICE_TABLE(of, rt8973a_dt_match); | ||
661 | 662 | ||
662 | #ifdef CONFIG_PM_SLEEP | 663 | #ifdef CONFIG_PM_SLEEP |
663 | static int rt8973a_muic_suspend(struct device *dev) | 664 | static int rt8973a_muic_suspend(struct device *dev) |
diff --git a/drivers/extcon/extcon-sm5502.c b/drivers/extcon/extcon-sm5502.c index 0ffefefa2e26..92ae48415fb2 100644 --- a/drivers/extcon/extcon-sm5502.c +++ b/drivers/extcon/extcon-sm5502.c | |||
@@ -650,6 +650,7 @@ static const struct of_device_id sm5502_dt_match[] = { | |||
650 | { .compatible = "siliconmitus,sm5502-muic" }, | 650 | { .compatible = "siliconmitus,sm5502-muic" }, |
651 | { }, | 651 | { }, |
652 | }; | 652 | }; |
653 | MODULE_DEVICE_TABLE(of, sm5502_dt_match); | ||
653 | 654 | ||
654 | #ifdef CONFIG_PM_SLEEP | 655 | #ifdef CONFIG_PM_SLEEP |
655 | static int sm5502_muic_suspend(struct device *dev) | 656 | static int sm5502_muic_suspend(struct device *dev) |