commit | 0c8b769b7c7790d5cd0bbb2986cf438fb3f6a0df | [log] [tgz] |
---|---|---|
author | Fuyun Liang <liangfuyun1@huawei.com> | Fri Jan 12 16:23:13 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 12 10:12:32 2018 -0500 |
tree | 657bcc487897473c26a8a747f5313b038ed4c2db | |
parent | 8b1ff1ea2ccb09907d1af268e6450c061f477112 [diff] |
net: hns3: remove unused GL setup function Since the TX GL and the RX GL need to be set separately, hns3_set_vector_coalesc_gl() has been replaced with hns3_set_vector_coalesce_rx_gl() and hns3_set_vector_coalesce_tx_gl(). This patch removes hns3_set_vector_coalesc_gl(). Signed-off-by: Fuyun Liang <liangfuyun1@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>