summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/ad7879.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/ad7879.h')
-rw-r--r--drivers/input/touchscreen/ad7879.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/ad7879.h b/drivers/input/touchscreen/ad7879.h
index 6fd13c48d373..fa363a0a2556 100644
--- a/drivers/input/touchscreen/ad7879.h
+++ b/drivers/input/touchscreen/ad7879.h
@@ -24,6 +24,7 @@ struct ad7879_bus_ops {
extern const struct dev_pm_ops ad7879_pm_ops;
struct ad7879 *ad7879_probe(struct device *dev, u8 devid, unsigned irq,
+ struct ad7879_platform_data *pdata,
const struct ad7879_bus_ops *bops);
void ad7879_remove(struct ad7879 *);