ata: libahci: make ahci_pmp_retry_softreset() as static
authorDaeseok Youn <daeseok.youn@gmail.com>
Wed, 19 Feb 2014 23:34:27 +0000 (08:34 +0900)
committerTejun Heo <tj@kernel.org>
Thu, 20 Feb 2014 00:07:29 +0000 (19:07 -0500)
commit35186d05838e4d828546e6182f7461674a609e08
tree42e44e5420a1e3b6001cef113ac293390efd99f2
parente478cffd2a34421cd6651f3656c0622a14cfbeaf
ata: libahci: make ahci_pmp_retry_softreset() as static

sparse says:

drivers/ata/libahci.c:1390:5: warning:
 symbol 'ahci_pmp_retry_softreset' was not declared. Should it be static?

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libahci.c