Skip to content

Commit

Permalink
input: touchscreen: IST30xx: Remove tp_color
Browse files Browse the repository at this point in the history
  • Loading branch information
darshan1205 committed May 9, 2018
1 parent 729535b commit a7430c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/input/touchscreen/IST30xx/ist30xxc.c
Expand Up @@ -84,7 +84,6 @@ static char tp_string_version[40];
#if CTP_LOCKDOWN_INFO
lockinfoH Lockdown_Info_High;
lockinfoL Lockdown_Info_LOW;
extern u8 tp_color;
#endif

#if CTP_CHARGER_DETECT
Expand Down Expand Up @@ -2183,7 +2182,6 @@ static int ist30xx_probe(struct i2c_client *client,
mod_timer(&event_timer, get_jiffies_64() + EVENT_TIMER_INTERVAL * 2);

ret = ist30xx_get_info(data);
tp_color = Lockdown_Info_High.lockinfo[1];
dev_info(&client->dev,
"Lockdown info: %02X %02X %02X %02X %02X %02X %02X %02X",
Lockdown_Info_High.lockinfo[3], Lockdown_Info_High.lockinfo[2],
Expand Down

0 comments on commit a7430c4

Please sign in to comment.