Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54368655 authored by Liao Chen's avatar Liao Chen Committed by Greg Kroah-Hartman
Browse files

mmc: sdhci-of-aspeed: fix module autoloading



commit 6e540da4c1db7b840e347c4dfe48359b18b7e376 upstream.

Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded
based on the alias from of_device_id table.

Signed-off-by: default avatarLiao Chen <liaochen4@huawei.com>
Acked-by: default avatarAndrew Jeffery <andrew@codeconstruct.com.au>
Fixes: bb7b8ec6 ("mmc: sdhci-of-aspeed: Add support for the ASPEED SD controller")
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20240826124851.379759-1-liaochen4@huawei.com


Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b9ee16a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -224,6 +224,7 @@ static const struct of_device_id aspeed_sdhci_of_match[] = {
	{ .compatible = "aspeed,ast2600-sdhci", },
	{ }
};
MODULE_DEVICE_TABLE(of, aspeed_sdhci_of_match);

static struct platform_driver aspeed_sdhci_driver = {
	.driver		= {