diff options
| -rw-r--r-- | drivers/input/misc/wistron_btns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/wistron_btns.c b/drivers/input/misc/wistron_btns.c index 49d0416a2a9a..bac3085185fe 100644 --- a/drivers/input/misc/wistron_btns.c +++ b/drivers/input/misc/wistron_btns.c | |||
| @@ -320,7 +320,7 @@ static struct dmi_system_id dmi_ids[] = { | |||
| 320 | }, | 320 | }, |
| 321 | .driver_data = keymap_acer_aspire_1500 | 321 | .driver_data = keymap_acer_aspire_1500 |
| 322 | }, | 322 | }, |
| 323 | { 0, } | 323 | { NULL, } |
| 324 | }; | 324 | }; |
| 325 | 325 | ||
| 326 | static int __init select_keymap(void) | 326 | static int __init select_keymap(void) |
