diff options
| -rw-r--r-- | drivers/spi/spi-bcm63xx.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/spi/spi-bcm63xx.c b/drivers/spi/spi-bcm63xx.c index aac41bd05f98..289f8a94980b 100644 --- a/drivers/spi/spi-bcm63xx.c +++ b/drivers/spi/spi-bcm63xx.c @@ -466,6 +466,7 @@ static const struct platform_device_id bcm63xx_spi_dev_match[] = {  	{  	},  }; +MODULE_DEVICE_TABLE(platform, bcm63xx_spi_dev_match);  static const struct of_device_id bcm63xx_spi_of_match[] = {  	{ .compatible = "brcm,bcm6348-spi", .data = &bcm6348_spi_reg_offsets }, | 
