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:
b0e73af
)
libata-eh.c: local functions should not be exposed globally
author
H Hartley Sweeten
<hartleys@visionengravers.com>
Thu, 12 Apr 2012 22:40:37 +0000
(15:40 -0700)
committer
Jeff Garzik
<jgarzik@redhat.com>
Wed, 25 Jul 2012 19:17:32 +0000
(15:17 -0400)
The function ata_ering_clear_cb is only referenced in this file and
should be marked static to prevent it from being exposed globally.
This quiets the sparse warning:
warning: symbol 'ata_ering_clear_cb' was not declared. Should it be static?
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
No differences found