Skip to content

Commit

Permalink
Input: hil_kbd - add missing MODULE_DEVICE_TABLE()
Browse files Browse the repository at this point in the history
Signed-off-by: Dzianis Kahanovich <mahatma@eu.by>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Dzianis Kahanovich authored and Dmitry Torokhov committed Oct 13, 2010
1 parent 1966cb2 commit 05e93a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/input/keyboard/hil_kbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 05e93a7

Please sign in to comment.