dect
/
linux-2.6
Archived
13
0
Fork 0

rtc: pl030: Enable module alias autogeneration for AMBA drivers

Signed-off-by: Dave Martin <dave.martin@linaro.org>
This commit is contained in:
Dave Martin 2011-10-05 15:15:21 +01:00
parent 9f99835f11
commit 66bce5916b
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,8 @@ static struct amba_id pl030_ids[] = {
{ 0, 0 },
};
MODULE_DEVICE_TABLE(amba, pl030_ids);
static struct amba_driver pl030_driver = {
.drv = {
.name = "rtc-pl030",