Commit 7ba8fc09 authored by Jiri Kosina's avatar Jiri Kosina

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

... and therefore should be static.
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent b1f466a9
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment