[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240902122014.905237-1-liaochen4@huawei.com>
Date: Mon, 2 Sep 2024 12:20:14 +0000
From: Liao Chen <liaochen4@...wei.com>
To: <linux-iio@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: <patrick.havelange@...ensium.com>, <wbg@...nel.org>,
<liaochen4@...wei.com>
Subject: [PATCH -next] counter: ftm-quaddec: Enable module autoloading
Add MODULE_DEVICE_TABLE(), so modules can be properly autoloaded based
on the alias from of_device_id table.
Signed-off-by: Liao Chen <liaochen4@...wei.com>
---
drivers/counter/ftm-quaddec.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/counter/ftm-quaddec.c b/drivers/counter/ftm-quaddec.c
index 200876f3ec04..6ac4efb5658b 100644
--- a/drivers/counter/ftm-quaddec.c
+++ b/drivers/counter/ftm-quaddec.c
@@ -311,6 +311,7 @@ static const struct of_device_id ftm_quaddec_match[] = {
{ .compatible = "fsl,ftm-quaddec" },
{},
};
+MODULE_DEVICE_TABLE(of, ftm_quaddec_match);
static struct platform_driver ftm_quaddec_driver = {
.driver = {
--
2.34.1
Powered by blists - more mailing lists