Commit 60f7a33b authored by Dave Martin's avatar Dave Martin

serial: pl011: Enable module alias autogeneration for AMBA drivers

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