From: H Hartley Sweeten Date: Thu, 12 Apr 2012 22:40:37 +0000 (-0700) Subject: libata-eh.c: local functions should not be exposed globally X-Git-Tag: v3.6-rc1~102^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=604284071ab09df80fc9872c84c3b4b914ce0f95;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed