summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2014-08-15 08:02:58 +0200
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-08-15 08:02:58 +0200
commit91167e1914673972511617b6f4165bb12c3e0dcf (patch)
tree0d8d2b997d3aef7dc23eaabadef51ab29de88d23 /include
parentInput: joystick - use get_cycles on ARMv8 (diff)
parentInput: edt-ft5x06 - remove superfluous assignment (diff)
downloadlinux-91167e1914673972511617b6f4165bb12c3e0dcf.tar.xz
linux-91167e1914673972511617b6f4165bb12c3e0dcf.zip
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);