summaryrefslogtreecommitdiff
path: root/drivers/ata/ahci.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-08-30 16:39:09 -0300
committerTejun Heo <tj@kernel.org>2014-08-30 23:58:29 -0400
commit6bb86fefa086faba7b60bb452300b76a47cde1a5 (patch)
tree1ce4c091ee89def3eb4122982131905843eae7d3 /drivers/ata/ahci.c
parent53f3cc46336b9e514c98556b4a009a69ed808d3b (diff)
libahci_platform: Staticize ahci_platform_<en/dis>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 <fabio.estevam@freescale.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/ahci.c')
0 files changed, 0 insertions, 0 deletions