Skip to content

Commit

Permalink
gpio: pl061: Enable module alias autogeneration for AMBA drivers
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Dave Martin committed Nov 22, 2011
1 parent e8fa516 commit 955b678
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpio/gpio-pl061.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 955b678

Please sign in to comment.