summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/input/touchscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/linux/input/touchscreen.h')
-rw-r--r--kernel/include/linux/input/touchscreen.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/kernel/include/linux/input/touchscreen.h b/kernel/include/linux/input/touchscreen.h
index 08a5ef6e8..c91e13761 100644
--- a/kernel/include/linux/input/touchscreen.h
+++ b/kernel/include/linux/input/touchscreen.h
@@ -9,14 +9,8 @@
#ifndef _TOUCHSCREEN_H
#define _TOUCHSCREEN_H
-#include <linux/input.h>
+struct input_dev;
-#ifdef CONFIG_OF
-void touchscreen_parse_of_params(struct input_dev *dev);
-#else
-static inline void touchscreen_parse_of_params(struct input_dev *dev)
-{
-}
-#endif
+void touchscreen_parse_properties(struct input_dev *dev, bool multitouch);
#endif