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 <[email protected]>
---
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
On Sun, Mar 19, 2023 at 01:41:53PM +0100, Andr? Apitzsch wrote:
> 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 <[email protected]>
> ---
Acked-by: Charles Keepax <[email protected]>
Thanks,
Charles
On Sun, 19 Mar 2023, André Apitzsch wrote:
> 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.
Next time please wrap at a more suitable point (~80-chars).
I've fixed this for you this time.
> Signed-off-by: André Apitzsch <[email protected]>
> ---
> drivers/mfd/arizona-i2c.c | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks
--
Lee Jones [李琼斯]