From patchwork Wed Oct 5 16:05:01 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [10/16] rtc: pl031: Enable module alias autogeneration for AMBA drivers From: Dave Martin X-Patchwork-Id: 117885 Message-Id: <1317830707-17517-11-git-send-email-dave.martin@linaro.org> To: linux-arm-kernel@lists.infradead.org Cc: patches@linaro.org, =?UTF-8?q?Pawe=C5=82=20Moll?= , Alessandro Zummo , rtc-linux@googlegroups.com Date: Wed, 5 Oct 2011 17:05:01 +0100 Signed-off-by: Dave Martin --- 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 ff1b84bd..a952c8d 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",