From: Jiri Kosina <[email protected]> ... and therefore should be static.
Signed-off-by: Jiri Kosina <[email protected]> [[email protected]: Imported into input-wacom repository (7ba8fc0904e3)] Signed-off-by: Aaron Armstrong Skomra <[email protected]> [[email protected]: Backported from input-wacom repository (fa4af7e943e2)] Signed-off-by: Aaron Armstrong Skomra <[email protected]> --- 3.17/wacom_wac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.17/wacom_wac.c b/3.17/wacom_wac.c index 0b0430d4de8f..1c8c4476ae68 100644 --- a/3.17/wacom_wac.c +++ b/3.17/wacom_wac.c @@ -2683,7 +2683,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) { -- 2.7.4 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
