Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: hil_kbd - add missing MODULE_DEVICE_TABLE()

Signed-off-by: Dzianis Kahanovich <mahatma@eu.by>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by

Dzianis Kahanovich and committed by
Dmitry Torokhov
05e93a74 1966cb22

+2
+2
drivers/input/keyboard/hil_kbd.c
··· 570 570 { 0 } 571 571 }; 572 572 573 + MODULE_DEVICE_TABLE(serio, hil_dev_ids); 574 + 573 575 static struct serio_driver hil_serio_drv = { 574 576 .driver = { 575 577 .name = "hil_dev",