summaryrefslogtreecommitdiffstats
path: root/kernel/drivers/input/touchscreen/tsc200x-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/drivers/input/touchscreen/tsc200x-core.h')
-rw-r--r--kernel/drivers/input/touchscreen/tsc200x-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/drivers/input/touchscreen/tsc200x-core.h b/kernel/drivers/input/touchscreen/tsc200x-core.h
index 7a482d102..49a63a3c6 100644
--- a/kernel/drivers/input/touchscreen/tsc200x-core.h
+++ b/kernel/drivers/input/touchscreen/tsc200x-core.h
@@ -70,7 +70,7 @@
extern const struct regmap_config tsc200x_regmap_config;
extern const struct dev_pm_ops tsc200x_pm_ops;
-int tsc200x_probe(struct device *dev, int irq, __u16 bustype,
+int tsc200x_probe(struct device *dev, int irq, const struct input_id *tsc_id,
struct regmap *regmap,
int (*tsc200x_cmd)(struct device *dev, u8 cmd));
int tsc200x_remove(struct device *dev);