HID: wacom: wacom_wac_collection() is local to wacom_wac.c
... and therefore should be static. Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
b1f466a90c
commit
7ba8fc0904
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue