diff options
Diffstat (limited to 'drivers/hid/hid-multitouch.c')
-rw-r--r-- | drivers/hid/hid-multitouch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c index 07d3183fdde5..2bbc9545f5cc 100644 --- a/drivers/hid/hid-multitouch.c +++ b/drivers/hid/hid-multitouch.c | |||
@@ -122,7 +122,7 @@ struct mt_class mt_classes[] = { | |||
122 | { } | 122 | { } |
123 | }; | 123 | }; |
124 | 124 | ||
125 | static void mt_feature_mapping(struct hid_device *hdev, struct hid_input *hi, | 125 | static void mt_feature_mapping(struct hid_device *hdev, |
126 | struct hid_field *field, struct hid_usage *usage) | 126 | struct hid_field *field, struct hid_usage *usage) |
127 | { | 127 | { |
128 | if (usage->hid == HID_DG_INPUTMODE) { | 128 | if (usage->hid == HID_DG_INPUTMODE) { |