Revert "spi: bcm63xx: Enable module autoloading"

This reverts commit 3df481428c.
This commit is contained in:
Ksawlii 2024-11-24 00:23:33 +01:00
parent ea2eef284d
commit a07cc604fc

View file

@ -482,7 +482,6 @@ static const struct of_device_id bcm63xx_spi_of_match[] = {
{ .compatible = "brcm,bcm6358-spi", .data = &bcm6358_spi_reg_offsets },
{ },
};
MODULE_DEVICE_TABLE(of, bcm63xx_spi_of_match);
static int bcm63xx_spi_probe(struct platform_device *pdev)
{