diff options
author | Dave Martin <dave.martin@linaro.org> | 2011-10-05 10:15:21 -0400 |
---|---|---|
committer | Dave Martin <dave.martin@linaro.org> | 2011-11-22 05:58:31 -0500 |
commit | 66bce5916b8d4c85876e59bb1db55071baea2680 (patch) | |
tree | 2f517003d5d0f3a256fe593c92cd90d18ee80c45 /drivers/rtc | |
parent | 9f99835f1121bf81f1323b6267ea2957a179da2b (diff) |
rtc: pl030: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/rtc-pl030.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-pl030.c b/drivers/rtc/rtc-pl030.c index 1d28d4451dae..02111fee077e 100644 --- a/drivers/rtc/rtc-pl030.c +++ b/drivers/rtc/rtc-pl030.c | |||
@@ -174,6 +174,8 @@ static struct amba_id pl030_ids[] = { | |||
174 | { 0, 0 }, | 174 | { 0, 0 }, |
175 | }; | 175 | }; |
176 | 176 | ||
177 | MODULE_DEVICE_TABLE(amba, pl030_ids); | ||
178 | |||
177 | static struct amba_driver pl030_driver = { | 179 | static struct amba_driver pl030_driver = { |
178 | .drv = { | 180 | .drv = { |
179 | .name = "rtc-pl030", | 181 | .name = "rtc-pl030", |