Skip to content

Commit

Permalink
spi: pl022: 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>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Dave Martin committed Nov 22, 2011
1 parent f5feac2 commit 7eeac71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/spi/spi-pl022.c
Original file line number Diff line number Diff line change
Expand Up @@ -2424,6 +2424,8 @@ static struct amba_id pl022_ids[] = {
{ 0, 0 },
};

MODULE_DEVICE_TABLE(amba, pl022_ids);

static struct amba_driver pl022_driver = {
.drv = {
.name = "ssp-pl022",
Expand Down

0 comments on commit 7eeac71

Please sign in to comment.