From 2c37ff4cf2e78d613c2cad8cac05ef6a76266e99 Mon Sep 17 00:00:00 2001 From: Ksawlii Date: Sun, 24 Nov 2024 00:23:05 +0100 Subject: [PATCH] Revert "spi: bcm63xx: Fix module autoloading" This reverts commit ff88e31b9d1257514d492dfdd8f4495510f09472. --- drivers/spi/spi-bcm63xx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/spi/spi-bcm63xx.c b/drivers/spi/spi-bcm63xx.c index b31b5f4e9..5f7eb0e61 100755 --- a/drivers/spi/spi-bcm63xx.c +++ b/drivers/spi/spi-bcm63xx.c @@ -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 },