Commit f5feac2a authored by Dave Martin's avatar Dave Martin

rtc: pl031: Enable module alias autogeneration for AMBA drivers

Signed-off-by: default avatarDave Martin <dave.martin@linaro.org>
parent 66bce591
......@@ -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",
......
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