ata: pata_arasan: Staticize local symbols
authorJingoo Han <jg1.han@samsung.com>
Fri, 9 Aug 2013 05:35:00 +0000 (14:35 +0900)
committerTejun Heo <tj@kernel.org>
Fri, 9 Aug 2013 14:12:23 +0000 (10:12 -0400)
commitb91bb0da07808f4a489a328d21dee2264001e179
treeee87de44bd33ea81970a5a59c93b33daa0c80ebf
parente0067f0b71a2b5d1c5d8df556830db253aa1b264
ata: pata_arasan: Staticize local symbols

These local symbols are used only in this file.
Fix the following sparse warnings:

drivers/ata/pata_arasan_cf.c:657:6: warning: symbol 'arasan_cf_error_handler' was not declared. Should it be static?
drivers/ata/pata_arasan_cf.c:686:14: warning: symbol 'arasan_cf_qc_issue' was not declared. Should it be static?

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/pata_arasan_cf.c