From: "André Apitzsch" <git@apitzsch.eu>
To: Lee Jones <lee@kernel.org>,
patches@opensource.cirrus.com, linux-kernel@vger.kernel.org
Cc: ~postmarketos/upstreaming@lists.sr.ht,
"André Apitzsch" <git@apitzsch.eu>
Subject: [PATCH] mfd: arizona-i2c: add the missing device table IDs for of
Date: Sun, 19 Mar 2023 13:41:53 +0100 [thread overview]
Message-ID: <20230319124153.35294-1-git@apitzsch.eu> (raw)
This patch adds missing MODULE_DEVICE_TABLE definition
which generates correct modalias for automatic loading
of this driver when it is built as a module.
Signed-off-by: André Apitzsch <git@apitzsch.eu>
---
drivers/mfd/arizona-i2c.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/arizona-i2c.c b/drivers/mfd/arizona-i2c.c
index b2301586adbc..43e393c8608d 100644
--- a/drivers/mfd/arizona-i2c.c
+++ b/drivers/mfd/arizona-i2c.c
@@ -112,6 +112,7 @@ static const struct of_device_id arizona_i2c_of_match[] = {
{ .compatible = "wlf,wm1814", .data = (void *)WM1814 },
{},
};
+MODULE_DEVICE_TABLE(of, arizona_i2c_of_match);
#endif
static struct i2c_driver arizona_i2c_driver = {
--
2.40.0
next reply other threads:[~2023-03-19 12:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-19 12:41 André Apitzsch [this message]
2023-03-20 9:35 ` [PATCH] mfd: arizona-i2c: add the missing device table IDs for of Charles Keepax
2023-03-30 11:11 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230319124153.35294-1-git@apitzsch.eu \
--to=git@apitzsch.eu \
--cc=lee@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patches@opensource.cirrus.com \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.