Commit 955b678c authored by Dave Martin's avatar Dave Martin

gpio: pl061: Enable module alias autogeneration for AMBA drivers

Signed-off-by: default avatarDave Martin <dave.martin@linaro.org>
Acked-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent e8fa516a
......@@ -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",
......
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