diff options
-rw-r--r-- | drivers/spi/spi-efm32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-efm32.c b/drivers/spi/spi-efm32.c index dbfef3dbed31..7d84418a01d8 100644 --- a/drivers/spi/spi-efm32.c +++ b/drivers/spi/spi-efm32.c | |||
@@ -496,7 +496,7 @@ static const struct of_device_id efm32_spi_dt_ids[] = { | |||
496 | /* sentinel */ | 496 | /* sentinel */ |
497 | } | 497 | } |
498 | }; | 498 | }; |
499 | MODULE_DEVICE_TABLE(of, efm32_uart_dt_ids); | 499 | MODULE_DEVICE_TABLE(of, efm32_spi_dt_ids); |
500 | 500 | ||
501 | static struct platform_driver efm32_spi_driver = { | 501 | static struct platform_driver efm32_spi_driver = { |
502 | .probe = efm32_spi_probe, | 502 | .probe = efm32_spi_probe, |