Skip to content

Commit dcd6a66

Browse files
krzkdtor
authored andcommitted
Input: max77693-haptic - drop unneeded MODULE_ALIAS
The MODULE_DEVICE_TABLE already creates proper alias for platform driver. Having another MODULE_ALIAS causes the alias to be duplicated. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent ec45b85 commit dcd6a66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/input/misc/max77693-haptic.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,5 +424,4 @@ module_platform_driver(max77693_haptic_driver);
424424
MODULE_AUTHOR("Jaewon Kim <[email protected]>");
425425
MODULE_AUTHOR("Krzysztof Kozlowski <[email protected]>");
426426
MODULE_DESCRIPTION("MAXIM 77693/77843 Haptic driver");
427-
MODULE_ALIAS("platform:max77693-haptic");
428427
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)