summaryrefslogtreecommitdiffstats
path: root/include/linux/input
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/input')
-rw-r--r--include/linux/input/touchscreen.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/input/touchscreen.h b/include/linux/input/touchscreen.h
index 08a5ef6e8f25..eecc9ea6cd58 100644
--- a/include/linux/input/touchscreen.h
+++ b/include/linux/input/touchscreen.h
@@ -12,9 +12,10 @@
12#include <linux/input.h> 12#include <linux/input.h>
13 13
14#ifdef CONFIG_OF 14#ifdef CONFIG_OF
15void touchscreen_parse_of_params(struct input_dev *dev); 15void touchscreen_parse_of_params(struct input_dev *dev, bool multitouch);
16#else 16#else
17static inline void touchscreen_parse_of_params(struct input_dev *dev) 17static inline void touchscreen_parse_of_params(struct input_dev *dev,
18 bool multitouch)
18{ 19{
19} 20}
20#endif 21#endif