HID: local function should be static
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 17 Aug 2009 22:37:18 +0000 (15:37 -0700)
committerJiri Kosina <jkosina@suse.cz>
Tue, 18 Aug 2009 11:57:10 +0000 (13:57 +0200)
commit52cfc61bf95262d55bc00063d7597e5e008fa22e
tree39f1db471236497a4ffe916c7c90c06d911f0c8c
parent4cfae3e80431fd113f0f4a8e1d4fff84aafe045c
HID: local function should be static

__usbhid_submit_report() is a local function wrapped by the exported
symbol usbhid_submit_report(). As such, it should be static.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/usbhid/hid-core.c