From: Jingoo Han Date: Fri, 9 Aug 2013 05:35:00 +0000 (+0900) Subject: ata: pata_arasan: Staticize local symbols X-Git-Tag: v3.12-rc1~174^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b91bb0da07808f4a489a328d21dee2264001e179;p=pandora-kernel.git 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 Acked-by: Viresh Kumar Signed-off-by: Tejun Heo --- Reading git-diff-tree failed