Revert "spi: bcm63xx: Fix module autoloading"

This reverts commit ff88e31b9d.
This commit is contained in:
Ksawlii 2024-11-24 00:23:05 +01:00
parent 06e1842e46
commit 2c37ff4cf2

View file

@ -476,7 +476,6 @@ 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 },