mmc: sdhci-of-aspeed: fix module autoloading
authorLiao Chen <liaochen4@huawei.com>
Mon, 26 Aug 2024 12:48:51 +0000 (12:48 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 28 Aug 2024 14:56:19 +0000 (16:56 +0200)
commit6e540da4c1db7b840e347c4dfe48359b18b7e376
treed203c7287e4449537a94added05eb03e8092e70b
parent469e5e4713989fdd5e3e502b922e7be0da2464b9
mmc: sdhci-of-aspeed: fix module autoloading

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

Signed-off-by: Liao Chen <liaochen4@huawei.com>
Acked-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Fixes: bb7b8ec62dfb ("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: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-of-aspeed.c