diff options
Diffstat (limited to 'drivers/rtc/rtc-mv.c')
-rw-r--r-- | drivers/rtc/rtc-mv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-mv.c b/drivers/rtc/rtc-mv.c index 7f50d2ef7f6e..79bb28617d45 100644 --- a/drivers/rtc/rtc-mv.c +++ b/drivers/rtc/rtc-mv.c | |||
@@ -324,6 +324,7 @@ static const struct of_device_id rtc_mv_of_match_table[] = { | |||
324 | { .compatible = "marvell,orion-rtc", }, | 324 | { .compatible = "marvell,orion-rtc", }, |
325 | {} | 325 | {} |
326 | }; | 326 | }; |
327 | MODULE_DEVICE_TABLE(of, rtc_mv_of_match_table); | ||
327 | #endif | 328 | #endif |
328 | 329 | ||
329 | static struct platform_driver mv_rtc_driver = { | 330 | static struct platform_driver mv_rtc_driver = { |