Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{