Skip to content

Commit

Permalink
HID: wacom: wacom_wac_collection() is local to wacom_wac.c
Browse files Browse the repository at this point in the history
... and therefore should be static.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Mar 7, 2018
1 parent b1f466a commit 7ba8fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/wacom_wac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 7ba8fc0

Please sign in to comment.