]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/ata/libata-core.c
libata: make ata_sg_clean static over again
authorJason Yan <yanaijie@huawei.com>
Fri, 10 Mar 2017 02:05:40 +0000 (10:05 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 13 Mar 2017 17:08:26 +0000 (13:08 -0400)
commitaf27e01cfcfcdf7f45488e023b474eb6de5f732e
tree706352e5aa267493715b4395bff1779842a88700
parent7c92357c91a917fd882801604bba2cb1f1fdde23
libata: make ata_sg_clean static over again

Fixes the following sparse warning:

drivers/ata/libata-core.c:4913:6: warning: symbol 'ata_sg_clean' was not
declared. Should it be static?

Signed-off-by: Jason Yan <yanaijie@huawei.com>
drivers/ata/libata-core.c