mirror of
https://github.com/torvalds/linux.git
synced 2024-11-30 16:11:38 +00:00
gpio: pl061: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org> Acked-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
parent
e8fa516a42
commit
955b678c03
@ -350,6 +350,8 @@ static struct amba_id pl061_ids[] = {
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
MODULE_DEVICE_TABLE(amba, pl061_ids);
|
||||
|
||||
static struct amba_driver pl061_gpio_driver = {
|
||||
.drv = {
|
||||
.name = "pl061_gpio",
|
||||
|
Loading…
Reference in New Issue
Block a user