From: Dave Martin Date: Wed, 5 Oct 2011 14:15:22 +0000 (+0100) Subject: rtc: pl031: Enable module alias autogeneration for AMBA drivers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f5feac2a333b2813a78d5d8749fa0a97cb26acee;p=linux.git rtc: pl031: Enable module alias autogeneration for AMBA drivers Signed-off-by: Dave Martin --- diff --git a/drivers/rtc/rtc-pl031.c b/drivers/rtc/rtc-pl031.c index ff1b84bd9bb56..a952c8de1dd73 100644 --- a/drivers/rtc/rtc-pl031.c +++ b/drivers/rtc/rtc-pl031.c @@ -420,6 +420,8 @@ static struct amba_id pl031_ids[] = { {0, 0}, }; +MODULE_DEVICE_TABLE(amba, pl031_ids); + static struct amba_driver pl031_driver = { .drv = { .name = "rtc-pl031",