Skip to content

Commit

Permalink
HID: multitouch: make struct mt_classess static
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Nov 22, 2011
1 parent 789aaa2 commit b3c21d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/hid-multitouch.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static int find_slot_from_contactid(struct mt_device *td)
return -1;
}

struct mt_class mt_classes[] = {
static struct mt_class mt_classes[] = {
{ .name = MT_CLS_DEFAULT,
.quirks = MT_QUIRK_NOT_SEEN_MEANS_UP },
{ .name = MT_CLS_SERIAL,
Expand Down

0 comments on commit b3c21d2

Please sign in to comment.