Commit a664a119 authored by Dave Martin's avatar Dave Martin

serial: pl010: Enable module alias autogeneration for AMBA drivers

Signed-off-by: default avatarDave Martin <dave.martin@linaro.org>
parent 7eeac71b
......@@ -795,6 +795,8 @@ static struct amba_id pl010_ids[] = {
{ 0, 0 },
};
MODULE_DEVICE_TABLE(amba, pl010_ids);
static struct amba_driver pl010_driver = {
.drv = {
.name = "uart-pl010",
......
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