Input: remove use of __devinitconst
CONFIG_HOTPLUG is going away as an option so __devinitconst 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
d6f6dfd941
commit
78f50c246f
@@ -255,7 +255,7 @@ static const struct i2c_device_id st1232_ts_id[] = {
|
||||
MODULE_DEVICE_TABLE(i2c, st1232_ts_id);
|
||||
|
||||
#ifdef CONFIG_OF
|
||||
static const struct of_device_id st1232_ts_dt_ids[] __devinitconst = {
|
||||
static const struct of_device_id st1232_ts_dt_ids[] = {
|
||||
{ .compatible = "sitronix,st1232", },
|
||||
{ }
|
||||
};
|
||||
|
Reference in New Issue
Block a user