projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2920294
)
spi: bcm63xx: Enable module autoloading
author
Liao Chen
<liaochen4@huawei.com>
Sat, 31 Aug 2024 09:42:31 +0000
(09:42 +0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 2 Sep 2024 11:56:01 +0000
(12:56 +0100)
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/20240831094231.795024-1-liaochen4@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-bcm63xx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-bcm63xx.c
b/drivers/spi/spi-bcm63xx.c
index aac41bd05f98f865e7c22c6ec73f5f6b8c656445..2fb8d4e55c77732630f31c271281c4f5ae9782ed 100644
(file)
--- a/
drivers/spi/spi-bcm63xx.c
+++ b/
drivers/spi/spi-bcm63xx.c
@@
-472,6
+472,7
@@
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)
{