Commit 66bce591 authored by Dave Martin's avatar Dave Martin

rtc: pl030: Enable module alias autogeneration for AMBA drivers

Signed-off-by: default avatarDave Martin <dave.martin@linaro.org>
parent 9f99835f
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment