Searched hist:"604284071 ab09df80fc9872c84c3b4b914ce0f95" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | libata-eh.c | diff 604284071ab09df80fc9872c84c3b4b914ce0f95 Thu Apr 12 17:40:37 CDT 2012 H Hartley Sweeten <hartleys@visionengravers.com> libata-eh.c: local functions should not be exposed globally
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>
|