diff options
Diffstat (limited to 'drivers/rtc/rtc-vt8500.c')
| -rw-r--r-- | drivers/rtc/rtc-vt8500.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-vt8500.c b/drivers/rtc/rtc-vt8500.c index a58b6d17e6f0..27e896995e9b 100644 --- a/drivers/rtc/rtc-vt8500.c +++ b/drivers/rtc/rtc-vt8500.c @@ -271,6 +271,7 @@ static const struct of_device_id wmt_dt_ids[] = {  	{ .compatible = "via,vt8500-rtc", },  	{}  }; +MODULE_DEVICE_TABLE(of, wmt_dt_ids);  static struct platform_driver vt8500_rtc_driver = {  	.probe		= vt8500_rtc_probe,  |