Commit 7fcb8618 authored by Michael Walle's avatar Michael Walle Committed by Alexandre Belloni
Browse files

rtc: fsl-ftm-alarm: add MODULE_TABLE()



The module doesn't load automatically. Fix it by adding the missing
MODULE_TABLE().

Fixes: 7b0b551d ("rtc: fsl-ftm-alarm: add FTM alarm driver")
Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210414084006.17933-1-michael@walle.cc
parent 880f25d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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",},