diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-24 00:30:24 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-11-24 03:03:59 -0500 |
commit | d6f6dfd941de2b106af1290b810eff9b1c523772 (patch) | |
tree | dd6ea1e1421e6bafbe630a4e756f6df9acbfae58 /drivers/input/touchscreen | |
parent | 1cb0aa88179b7a71c240529e9d781d7bbb43d2e8 (diff) |
Input: remove use of __devinitdata
CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
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 | }; |