mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 03:40:55 +07:00
HID: multitouch: make struct mt_classess static
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
789aaa2ee0
commit
b3c21d2cad
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user