diff options
author | Xue Chaojing <xuechaojing@huawei.com> | 2019-06-18 06:20:52 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-18 21:52:27 -0400 |
commit | eb8ce9ac167146b0679859ba69c492ee1403a0f0 (patch) | |
tree | b89fff126416f64f0da2afad470a32c391cf7923 /drivers/net/ethernet/huawei/hinic/Makefile | |
parent | 421e9526288b6ec241b46153493884277cbb533f (diff) | |
download | linux-eb8ce9ac167146b0679859ba69c492ee1403a0f0.tar.gz |
hinic: move ethtool code into hinic_ethtool
This patch moves ethtool code from hinic_main.c to hinic_ethtool.c
Signed-off-by: Xue Chaojing <xuechaojing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/huawei/hinic/Makefile')
-rw-r--r-- | drivers/net/ethernet/huawei/hinic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/huawei/hinic/Makefile b/drivers/net/ethernet/huawei/hinic/Makefile index 99de5b6607d5..fe88ab88cacc 100644 --- a/drivers/net/ethernet/huawei/hinic/Makefile +++ b/drivers/net/ethernet/huawei/hinic/Makefile @@ -4,4 +4,4 @@ obj-$(CONFIG_HINIC) += hinic.o hinic-y := hinic_main.o hinic_tx.o hinic_rx.o hinic_port.o hinic_hw_dev.o \ hinic_hw_io.o hinic_hw_qp.o hinic_hw_cmdq.o hinic_hw_wq.o \ hinic_hw_mgmt.o hinic_hw_api_cmd.o hinic_hw_eqs.o hinic_hw_if.o \ - hinic_common.o + hinic_common.o hinic_ethtool.o |