From: Fabio Estevam Date: Sat, 30 Aug 2014 19:39:09 +0000 (-0300) Subject: libahci_platform: Staticize ahci_platform_able_phys() X-Git-Tag: omap-for-v3.19/prcm-cleanup~133^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bb86fefa086faba7b60bb452300b76a47cde1a5;p=pandora-kernel.git libahci_platform: Staticize ahci_platform_able_phys() ahci_platform_enable_phys() and ahci_platform_disable_phys() are currently exported, but they are not used anywhere else other than libahci_platform.c. So make them static and do not export them to fix the following sparse warnings: drivers/ata/libahci_platform.c:52:5: warning: symbol 'ahci_platform_enable_phys' was not declared. Should it be static? drivers/ata/libahci_platform.c:88:6: warning: symbol 'ahci_platform_disable_phys' was not declared. Should it be static? Signed-off-by: Fabio Estevam Signed-off-by: Tejun Heo --- Reading git-diff-tree failed