commit | 95ffcf471d05ec7c91993c91dea912f99dccfc26 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Wed Jun 06 06:56:34 2018 +0000 |
committer | Tejun Heo <tj@kernel.org> | Mon Jun 18 11:31:07 2018 -0700 |
tree | c6780111002f34bc9f3ed04c986e4bf80a43cb3a | |
parent | fae2a63737e5973f1426bc139935a0f42e232844 [diff] |
ata: ahci_mvebu: ahci_mvebu_stop_engine() can be static Fixes the following sparse warning: drivers/ata/ahci_mvebu.c:85:5: warning: symbol 'ahci_mvebu_stop_engine' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Tejun Heo <tj@kernel.org>