diff options
-rw-r--r-- | drivers/input/misc/wistron_btns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/misc/wistron_btns.c b/drivers/input/misc/wistron_btns.c index bef5b47cfe74..b6505454bcc4 100644 --- a/drivers/input/misc/wistron_btns.c +++ b/drivers/input/misc/wistron_btns.c | |||
@@ -971,6 +971,7 @@ static const struct dmi_system_id dmi_ids[] __initconst = { | |||
971 | }, | 971 | }, |
972 | { NULL, } | 972 | { NULL, } |
973 | }; | 973 | }; |
974 | MODULE_DEVICE_TABLE(dmi, dmi_ids); | ||
974 | 975 | ||
975 | /* Copy the good keymap, as the original ones are free'd */ | 976 | /* Copy the good keymap, as the original ones are free'd */ |
976 | static int __init copy_keymap(void) | 977 | static int __init copy_keymap(void) |