projects
/
wrapfs-5.11.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ab92e
)
rtc: fsl-ftm-alarm: add MODULE_TABLE()
author
Michael Walle
<michael@walle.cc>
Wed, 14 Apr 2021 08:40:06 +0000
(10:40 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 19 May 2021 08:29:41 +0000
(10:29 +0200)
[ Upstream commit
7fcb86185978661c9188397d474f90364745b8d9
]
The module doesn't load automatically. Fix it by adding the missing
MODULE_TABLE().
Fixes: 7b0b551dbc1e ("rtc: fsl-ftm-alarm: add FTM alarm driver")
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link:
https://lore.kernel.org/r/20210414084006.17933-1-michael@walle.cc
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/rtc/rtc-fsl-ftm-alarm.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-fsl-ftm-alarm.c
b/drivers/rtc/rtc-fsl-ftm-alarm.c
index 57cc09d0a8067fd42656903d9600758ed61e89f2..c0df49fb978ce0ba5ae138c4fc0da04248fc5d78 100644
(file)
--- a/
drivers/rtc/rtc-fsl-ftm-alarm.c
+++ b/
drivers/rtc/rtc-fsl-ftm-alarm.c
@@
-310,6
+310,7
@@
static const struct of_device_id ftm_rtc_match[] = {
{ .compatible = "fsl,lx2160a-ftm-alarm", },
{ },
};
+MODULE_DEVICE_TABLE(of, ftm_rtc_match);
static const struct acpi_device_id ftm_imx_acpi_ids[] = {
{"NXP0014",},