HID: make hid_report_len as a static inline function in hid.h
authorMathieu Magnaudet <mathieu.magnaudet@gmail.com>
Thu, 27 Nov 2014 15:02:36 +0000 (16:02 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 1 Dec 2014 20:34:17 +0000 (21:34 +0100)
In several hid drivers it is necessary to calculate the length of an
hid_report. This patch exports the existing static function hid_report_len of
hid-core.c as an inline function in hid.h

Signed-off-by: Mathieu Magnaudet <mathieu.magnaudet@enac.fr>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found