diff options
| author | Dave Martin <dave.martin@linaro.org> | 2011-10-05 10:15:22 -0400 |
|---|---|---|
| committer | Dave Martin <dave.martin@linaro.org> | 2011-11-22 05:58:32 -0500 |
| commit | 7eeac71b9fc9b3de3e0dc24ef34180a0bc0eb2f9 (patch) | |
| tree | dcacd42311dcfbde3bcbedcb98e86ff6eeb127be | |
| parent | f5feac2a333b2813a78d5d8749fa0a97cb26acee (diff) | |
spi: pl022: Enable module alias autogeneration for AMBA drivers
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>
| -rw-r--r-- | drivers/spi/spi-pl022.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c index f103e470cb63..43abaf22ec47 100644 --- a/drivers/spi/spi-pl022.c +++ b/drivers/spi/spi-pl022.c | |||
| @@ -2424,6 +2424,8 @@ static struct amba_id pl022_ids[] = { | |||
| 2424 | { 0, 0 }, | 2424 | { 0, 0 }, |
| 2425 | }; | 2425 | }; |
| 2426 | 2426 | ||
| 2427 | MODULE_DEVICE_TABLE(amba, pl022_ids); | ||
| 2428 | |||
| 2427 | static struct amba_driver pl022_driver = { | 2429 | static struct amba_driver pl022_driver = { |
| 2428 | .drv = { | 2430 | .drv = { |
| 2429 | .name = "ssp-pl022", | 2431 | .name = "ssp-pl022", |
