input: touchscreen: hyn: Drop the unused id parameter from hyn_ts_probe()
Change-Id: I9c78202ec126868986d4eb1a5efee243c909f80e Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -608,7 +608,7 @@ static void hyn_ts_remove(struct i2c_client *client);
|
||||
#else
|
||||
static int hyn_ts_remove(struct i2c_client *client);
|
||||
#endif
|
||||
static int hyn_ts_probe(struct i2c_client *client, const struct i2c_device_id *id)
|
||||
static int hyn_ts_probe(struct i2c_client *client)
|
||||
#else
|
||||
|
||||
#ifdef CONFIG_BUS_SPI
|
||||
|
||||
Reference in New Issue
Block a user