MODULE_DEVICE_TABLE will setup the module alias for us, thus adding MODULE_ALIAS for an entry already in MODULE_DEVICE_TABLE is redundant. Signed-off-by: Axel Lin <axel.lin@xxxxxxxxx> --- drivers/input/keyboard/samsung-keypad.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/input/keyboard/samsung-keypad.c b/drivers/input/keyboard/samsung-keypad.c index adfdcb4..6fc54b1 100644 --- a/drivers/input/keyboard/samsung-keypad.c +++ b/drivers/input/keyboard/samsung-keypad.c @@ -634,4 +634,3 @@ MODULE_DESCRIPTION("Samsung keypad driver"); MODULE_AUTHOR("Joonyoung Shim <jy0922.shim@xxxxxxxxxxx>"); MODULE_AUTHOR("Donghwa Lee <dh09.lee@xxxxxxxxxxx>"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("platform:samsung-keypad"); -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html