diff options
Diffstat (limited to 'drivers/input/touchscreen/auo-pixcir-ts.c')
-rw-r--r-- | drivers/input/touchscreen/auo-pixcir-ts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/auo-pixcir-ts.c b/drivers/input/touchscreen/auo-pixcir-ts.c index 912926dd97c0..cdd233f3ed8e 100644 --- a/drivers/input/touchscreen/auo-pixcir-ts.c +++ b/drivers/input/touchscreen/auo-pixcir-ts.c | |||
@@ -286,7 +286,7 @@ static int auo_pixcir_power_mode(struct auo_pixcir_ts *ts, int mode) | |||
286 | return 0; | 286 | return 0; |
287 | } | 287 | } |
288 | 288 | ||
289 | static __devinit int auo_pixcir_int_config(struct auo_pixcir_ts *ts, | 289 | static int auo_pixcir_int_config(struct auo_pixcir_ts *ts, |
290 | int int_setting) | 290 | int int_setting) |
291 | { | 291 | { |
292 | struct i2c_client *client = ts->client; | 292 | struct i2c_client *client = ts->client; |
@@ -482,7 +482,7 @@ unlock: | |||
482 | static SIMPLE_DEV_PM_OPS(auo_pixcir_pm_ops, auo_pixcir_suspend, | 482 | static SIMPLE_DEV_PM_OPS(auo_pixcir_pm_ops, auo_pixcir_suspend, |
483 | auo_pixcir_resume); | 483 | auo_pixcir_resume); |
484 | 484 | ||
485 | static int __devinit auo_pixcir_probe(struct i2c_client *client, | 485 | static int auo_pixcir_probe(struct i2c_client *client, |
486 | const struct i2c_device_id *id) | 486 | const struct i2c_device_id *id) |
487 | { | 487 | { |
488 | const struct auo_pixcir_ts_platdata *pdata = client->dev.platform_data; | 488 | const struct auo_pixcir_ts_platdata *pdata = client->dev.platform_data; |