diff options
Diffstat (limited to 'drivers/input/touchscreen')
-rw-r--r-- | drivers/input/touchscreen/mms114.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/mms114.c b/drivers/input/touchscreen/mms114.c index f4c1bc8a5a8d..0334898f9205 100644 --- a/drivers/input/touchscreen/mms114.c +++ b/drivers/input/touchscreen/mms114.c | |||
@@ -576,7 +576,7 @@ static const struct i2c_device_id mms114_id[] = { | |||
576 | MODULE_DEVICE_TABLE(i2c, mms114_id); | 576 | MODULE_DEVICE_TABLE(i2c, mms114_id); |
577 | 577 | ||
578 | #ifdef CONFIG_OF | 578 | #ifdef CONFIG_OF |
579 | static struct of_device_id __devinitdata mms114_dt_match[] = { | 579 | static struct of_device_id mms114_dt_match[] = { |
580 | { .compatible = "melfas,mms114" }, | 580 | { .compatible = "melfas,mms114" }, |
581 | { } | 581 | { } |
582 | }; | 582 | }; |