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:
Tao Huang
2025-07-28 18:35:19 +08:00
parent 6bf7dcab12
commit f5d9f717d1

View File

@@ -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