git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cfae3e
)
HID: local function should be static
author
H Hartley Sweeten
<hartleys@visionengravers.com>
Mon, 17 Aug 2009 22:37:18 +0000
(15:37 -0700)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 18 Aug 2009 11:57:10 +0000
(13:57 +0200)
__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>
No differences found