mirror of
https://github.com/torvalds/linux.git
synced 2025-04-12 16:47:42 +00:00
net: dm9051: 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> Link: https://patch.msgid.link/20240826091858.369910-2-liaochen4@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
d76867efeb
commit
2e25147a65
@ -1235,6 +1235,7 @@ static const struct of_device_id dm9051_match_table[] = {
|
||||
{ .compatible = "davicom,dm9051" },
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, dm9051_match_table);
|
||||
|
||||
static const struct spi_device_id dm9051_id_table[] = {
|
||||
{ "dm9051", 0 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user