mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-04 10:09:06 +00:00
serial: pl011: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org>
This commit is contained in:
parent
a664a119c0
commit
60f7a33b82
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user