diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/input/touchscreen.h | 5 |
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 |
| 15 | void touchscreen_parse_of_params(struct input_dev *dev); | 15 | void touchscreen_parse_of_params(struct input_dev *dev, bool multitouch); |
| 16 | #else | 16 | #else |
| 17 | static inline void touchscreen_parse_of_params(struct input_dev *dev) | 17 | static inline void touchscreen_parse_of_params(struct input_dev *dev, |
| 18 | bool multitouch) | ||
| 18 | { | 19 | { |
| 19 | } | 20 | } |
| 20 | #endif | 21 | #endif |
