summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2014-08-14 23:02:58 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-08-14 23:02:58 -0700
commit91167e1914673972511617b6f4165bb12c3e0dcf (patch)
tree0d8d2b997d3aef7dc23eaabadef51ab29de88d23 /include
parenta6b48699ae50ccce700506ced863ba1f5ce2af11 (diff)
parent3361a97601f243f1842bee6ca709e399f47b2ce3 (diff)
Merge branch 'next' into for-linus
Prepare second round of input updates for 3.17.
Diffstat (limited to 'include')
-rw-r--r--include/linux/input/mt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/input/mt.h b/include/linux/input/mt.h
index 1b1dfa80d9ff..f583ff639776 100644
--- a/include/linux/input/mt.h
+++ b/include/linux/input/mt.h
@@ -105,6 +105,7 @@ void input_mt_report_slot_state(struct input_dev *dev,
void input_mt_report_finger_count(struct input_dev *dev, int count);
void input_mt_report_pointer_emulation(struct input_dev *dev, bool use_count);
+void input_mt_drop_unused(struct input_dev *dev);
void input_mt_sync_frame(struct input_dev *dev);