mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
serial: pl010: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org>
This commit is contained in:
parent
7eeac71b9f
commit
a664a119c0
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue