diff options
| -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", |
