commit | 7eeac71b9fc9b3de3e0dc24ef34180a0bc0eb2f9 | [log] [tgz] |
---|---|---|
author | Dave Martin <[email protected]> | Wed Oct 05 15:15:22 2011 +0100 |
committer | Dave Martin <[email protected]> | Tue Nov 22 10:58:32 2011 +0000 |
tree | dcacd42311dcfbde3bcbedcb98e86ff6eeb127be | |
parent | f5feac2a333b2813a78d5d8749fa0a97cb26acee [diff] [blame] |
spi: pl022: Enable module alias autogeneration for AMBA drivers Signed-off-by: Dave Martin <[email protected]> Acked-by: Grant Likely <[email protected]> Acked-by: Linus Walleij <[email protected]>
diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c index f103e47..43abaf2 100644 --- a/drivers/spi/spi-pl022.c +++ b/drivers/spi/spi-pl022.c
@@ -2424,6 +2424,8 @@ { 0, 0 }, }; +MODULE_DEVICE_TABLE(amba, pl022_ids); + static struct amba_driver pl022_driver = { .drv = { .name = "ssp-pl022",