mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
rtc: fsl-ftm-alarm: add MODULE_TABLE()
[ Upstream commit7fcb861859] The module doesn't load automatically. Fix it by adding the missing MODULE_TABLE(). Fixes:7b0b551dbc("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>
This commit is contained in:
parent
90e8fa8bdf
commit
0f9d467ff1
|
|
@ -310,6 +310,7 @@ static const struct of_device_id ftm_rtc_match[] = {
|
||||||
{ .compatible = "fsl,lx2160a-ftm-alarm", },
|
{ .compatible = "fsl,lx2160a-ftm-alarm", },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(of, ftm_rtc_match);
|
||||||
|
|
||||||
static const struct acpi_device_id ftm_imx_acpi_ids[] = {
|
static const struct acpi_device_id ftm_imx_acpi_ids[] = {
|
||||||
{"NXP0014",},
|
{"NXP0014",},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user