mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
nvmem: qcom-spmi-sdam: fix module autoloading
Add the missing module device table so that the driver can be autoloaded
when built as a module.
Fixes: 40ce979879
("nvmem: add QTI SDAM driver")
Cc: stable@vger.kernel.org # 5.6
Reviewed-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20230127104015.23839-11-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0c4862b1c1
commit
1ca7fca349
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ static const struct of_device_id sdam_match_table[] = {
|
|||
{ .compatible = "qcom,spmi-sdam" },
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, sdam_match_table);
|
||||
|
||||
static struct platform_driver sdam_driver = {
|
||||
.driver = {
|
||||
|
|
Loading…
Add table
Reference in a new issue