diff options
Diffstat (limited to 'kernel/drivers/rtc/rtc-coh901331.c')
-rw-r--r-- | kernel/drivers/rtc/rtc-coh901331.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/drivers/rtc/rtc-coh901331.c b/kernel/drivers/rtc/rtc-coh901331.c index 56343b2fb..101b7a240 100644 --- a/kernel/drivers/rtc/rtc-coh901331.c +++ b/kernel/drivers/rtc/rtc-coh901331.c @@ -263,6 +263,7 @@ static const struct of_device_id coh901331_dt_match[] = { { .compatible = "stericsson,coh901331" }, {}, }; +MODULE_DEVICE_TABLE(of, coh901331_dt_match); static struct platform_driver coh901331_driver = { .driver = { |