Commit 05e93a74 authored by Dzianis Kahanovich's avatar Dzianis Kahanovich Committed by Dmitry Torokhov

Input: hil_kbd - add missing MODULE_DEVICE_TABLE()

Signed-off-by: default avatarDzianis Kahanovich <mahatma@eu.by>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 1966cb22
......@@ -570,6 +570,8 @@ static struct serio_device_id hil_dev_ids[] = {
{ 0 }
};
MODULE_DEVICE_TABLE(serio, hil_dev_ids);
static struct serio_driver hil_serio_drv = {
.driver = {
.name = "hil_dev",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment