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>
This commit is contained in:
Bill Pemberton
2012-11-23 21:30:24 -08:00
committed by Dmitry Torokhov
parent 1cb0aa8817
commit d6f6dfd941
3 changed files with 4 additions and 4 deletions

View File

@@ -576,7 +576,7 @@ static const struct i2c_device_id mms114_id[] = {
MODULE_DEVICE_TABLE(i2c, mms114_id);
#ifdef CONFIG_OF
static struct of_device_id __devinitdata mms114_dt_match[] = {
static struct of_device_id mms114_dt_match[] = {
{ .compatible = "melfas,mms114" },
{ }
};