diff options
Diffstat (limited to 'drivers/rtc/rtc-pl031.c')
-rw-r--r-- | drivers/rtc/rtc-pl031.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-pl031.c b/drivers/rtc/rtc-pl031.c index ff1b84bd9bb5..a952c8de1dd7 100644 --- a/drivers/rtc/rtc-pl031.c +++ b/drivers/rtc/rtc-pl031.c | |||
@@ -420,6 +420,8 @@ static struct amba_id pl031_ids[] = { | |||
420 | {0, 0}, | 420 | {0, 0}, |
421 | }; | 421 | }; |
422 | 422 | ||
423 | MODULE_DEVICE_TABLE(amba, pl031_ids); | ||
424 | |||
423 | static struct amba_driver pl031_driver = { | 425 | static struct amba_driver pl031_driver = { |
424 | .drv = { | 426 | .drv = { |
425 | .name = "rtc-pl031", | 427 | .name = "rtc-pl031", |