Skip to content

Commit 7ba8fc0

Browse files
author
Jiri Kosina
committed
HID: wacom: wacom_wac_collection() is local to wacom_wac.c
... and therefore should be static. Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent b1f466a commit 7ba8fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/wacom_wac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2667,7 +2667,7 @@ static void wacom_report_events(struct hid_device *hdev,
26672667
}
26682668
}
26692669

2670-
int wacom_wac_collection(struct hid_device *hdev, struct hid_report *report,
2670+
static int wacom_wac_collection(struct hid_device *hdev, struct hid_report *report,
26712671
int collection_index, struct hid_field *field,
26722672
int field_index)
26732673
{

0 commit comments

Comments
 (0)