diff options
Diffstat (limited to 'drivers/input/touchscreen/ili210x.c')
| -rw-r--r-- | drivers/input/touchscreen/ili210x.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ili210x.c b/drivers/input/touchscreen/ili210x.c index 1418bdda61b..2a508913981 100644 --- a/drivers/input/touchscreen/ili210x.c +++ b/drivers/input/touchscreen/ili210x.c @@ -184,7 +184,7 @@ static int ili210x_i2c_probe(struct i2c_client *client,  				       const struct i2c_device_id *id)  {  	struct device *dev = &client->dev; -	const struct ili210x_platform_data *pdata = dev->platform_data; +	const struct ili210x_platform_data *pdata = dev_get_platdata(dev);  	struct ili210x *priv;  	struct input_dev *input;  	struct panel_info panel;  | 
