Thread (2 messages) 2 messages, 2 authors, 2024-08-27
STALE672d LANDED

[PATCH -next] Input: mt6779-keypad - fix module autoloading

From: Liao Chen <hidden>
Date: 2024-08-27 12:42:27
Also in: linux-input, linux-mediatek, lkml
Subsystem: input (keyboard, mouse, joystick, touchscreen) drivers, mediatek keypad driver, the rest · Maintainers: Dmitry Torokhov, Mattijs Korpershoek, Linus Torvalds

Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded
based on the alias from of_device_id table.

Signed-off-by: Liao Chen <redacted>
---
 drivers/input/keyboard/mt6779-keypad.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/drivers/input/keyboard/mt6779-keypad.c b/drivers/input/keyboard/mt6779-keypad.c
index 19f69d167fbd..6d2557a9b9f5 100644
--- a/drivers/input/keyboard/mt6779-keypad.c
+++ b/drivers/input/keyboard/mt6779-keypad.c
@@ -260,6 +260,7 @@ static const struct of_device_id mt6779_keypad_of_match[] = {
 	{ .compatible = "mediatek,mt6873-keypad" },
 	{ /* sentinel */ }
 };
+MODULE_DEVICE_TABLE(of, mt6779_keypad_of_match);
 
 static struct platform_driver mt6779_keypad_pdrv = {
 	.probe = mt6779_keypad_pdrv_probe,
-- 
2.34.1

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help