aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hid/hid-multitouch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
index f1c909f1b239..b32beb9d1844 100644
--- a/drivers/hid/hid-multitouch.c
+++ b/drivers/hid/hid-multitouch.c
@@ -133,7 +133,7 @@ static int find_slot_from_contactid(struct mt_device *td)
133 return -1; 133 return -1;
134} 134}
135 135
136struct mt_class mt_classes[] = { 136static struct mt_class mt_classes[] = {
137 { .name = MT_CLS_DEFAULT, 137 { .name = MT_CLS_DEFAULT,
138 .quirks = MT_QUIRK_NOT_SEEN_MEANS_UP }, 138 .quirks = MT_QUIRK_NOT_SEEN_MEANS_UP },
139 { .name = MT_CLS_SERIAL, 139 { .name = MT_CLS_SERIAL,