]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
net: hns3: remove unused GL setup function
authorFuyun Liang <liangfuyun1@huawei.com>
Fri, 12 Jan 2018 08:23:13 +0000 (16:23 +0800)
committerSeth Forshee <seth.forshee@canonical.com>
Fri, 16 Mar 2018 15:47:42 +0000 (10:47 -0500)
commitd48df3a5f43d2ac7cded1499cf8e16cc1f1c97ce
treeeec6904e7a727f1d0f674ee8182d43f733480a22
parentdc114fce76f924d9922f2b4f7e668e3d4a29a5f3
net: hns3: remove unused GL setup function

BugLink: http://bugs.launchpad.net/bugs/1756097
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>
(cherry picked from commit 0c8b769b7c7790d5cd0bbb2986cf438fb3f6a0df)
Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c