summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-pl022.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/spi-pl022.c')
-rw-r--r--drivers/spi/spi-pl022.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c
index 5559b2299198..7026af195683 100644
--- a/drivers/spi/spi-pl022.c
+++ b/drivers/spi/spi-pl022.c
@@ -2432,6 +2432,8 @@ static struct amba_id pl022_ids[] = {
2432 { 0, 0 }, 2432 { 0, 0 },
2433}; 2433};
2434 2434
2435MODULE_DEVICE_TABLE(amba, pl022_ids);
2436
2435static struct amba_driver pl022_driver = { 2437static struct amba_driver pl022_driver = {
2436 .drv = { 2438 .drv = {
2437 .name = "ssp-pl022", 2439 .name = "ssp-pl022",