diff options
author | Jiri Kosina <jkosina@suse.cz> | 2018-03-07 09:34:51 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-03-07 09:34:51 -0500 |
commit | 7ba8fc0904e3cdfe5b02aaf6fa8fcdb76ad67b0f (patch) | |
tree | 2901959cabd09e7f0a2e7cea266687602dcf2d22 | |
parent | b1f466a90c516d54bd8bea7fb142a807d7800304 (diff) |
HID: wacom: wacom_wac_collection() is local to wacom_wac.c
... and therefore should be static.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/hid/wacom_wac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c index afa8c9f24a42..6da16a879c9f 100644 --- a/drivers/hid/wacom_wac.c +++ b/drivers/hid/wacom_wac.c | |||
@@ -2667,7 +2667,7 @@ static void wacom_report_events(struct hid_device *hdev, | |||
2667 | } | 2667 | } |
2668 | } | 2668 | } |
2669 | 2669 | ||
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, |
2671 | int collection_index, struct hid_field *field, | 2671 | int collection_index, struct hid_field *field, |
2672 | int field_index) | 2672 | int field_index) |
2673 | { | 2673 | { |