diff options
Diffstat (limited to 'include/linux/input')
| -rw-r--r-- | include/linux/input/mt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/input/mt.h b/include/linux/input/mt.h index 4f5e9d0e2eae..d7f6518e3222 100644 --- a/include/linux/input/mt.h +++ b/include/linux/input/mt.h | |||
| @@ -33,7 +33,7 @@ static inline int input_mt_get_value(const struct input_mt_slot *slot, | |||
| 33 | return slot->abs[code - ABS_MT_FIRST]; | 33 | return slot->abs[code - ABS_MT_FIRST]; |
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | int input_mt_create_slots(struct input_dev *dev, unsigned int num_slots); | 36 | int input_mt_init_slots(struct input_dev *dev, unsigned int num_slots); |
| 37 | void input_mt_destroy_slots(struct input_dev *dev); | 37 | void input_mt_destroy_slots(struct input_dev *dev); |
| 38 | 38 | ||
| 39 | static inline void input_mt_slot(struct input_dev *dev, int slot) | 39 | static inline void input_mt_slot(struct input_dev *dev, int slot) |
