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:

committed by
Dmitry Torokhov

parent
1cb0aa8817
commit
d6f6dfd941
@@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
Reference in New Issue
Block a user