1
0
Fork 0

HID: wacom: wacom_wac_collection() is local to wacom_wac.c

... and therefore should be static.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Jiri Kosina 2018-03-07 15:34:51 +01:00
parent b1f466a90c
commit 7ba8fc0904
1 changed files with 1 additions and 1 deletions

View File

@ -2667,7 +2667,7 @@ static void wacom_report_events(struct hid_device *hdev,
}
}
int wacom_wac_collection(struct hid_device *hdev, struct hid_report *report,
static int wacom_wac_collection(struct hid_device *hdev, struct hid_report *report,
int collection_index, struct hid_field *field,
int field_index)
{