diff options
-rw-r--r-- | drivers/input/keyboard/nspire-keypad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/nspire-keypad.c b/drivers/input/keyboard/nspire-keypad.c index b3e3edab6d9f..9981928234cd 100644 --- a/drivers/input/keyboard/nspire-keypad.c +++ b/drivers/input/keyboard/nspire-keypad.c | |||
@@ -267,7 +267,7 @@ static struct platform_driver nspire_keypad_driver = { | |||
267 | .driver = { | 267 | .driver = { |
268 | .name = "nspire-keypad", | 268 | .name = "nspire-keypad", |
269 | .owner = THIS_MODULE, | 269 | .owner = THIS_MODULE, |
270 | .of_match_table = of_match_ptr(nspire_keypad_dt_match), | 270 | .of_match_table = nspire_keypad_dt_match, |
271 | }, | 271 | }, |
272 | .probe = nspire_keypad_probe, | 272 | .probe = nspire_keypad_probe, |
273 | }; | 273 | }; |