]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
net: hns: Remove redundant mac_get_id()
authorKejian Yan <yankejian@huawei.com>
Sat, 1 Apr 2017 11:03:41 +0000 (12:03 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Apr 2017 21:48:43 +0000 (14:48 -0700)
commit20f0d4f736b7732709b8b9b25be6d88dcc3b48d3
tree1316e94faf0687cc9dc504c42a52701065d7e5d5
parent040a3800aac0ca0f40a09ca751a037239f93896b
net: hns: Remove redundant mac_get_id()

There is a mac_id in mac control block structure, so the callback
function mac_get_id() is useless. Here we remove this function.

Reported-by: Weiwei Deng <dengweiwei@huawei.com>
Signed-off-by: Kejian Yan <yankejian@huawei.com>
Reviewed-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c
drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.h
drivers/net/ethernet/hisilicon/hns/hns_dsaf_xgmac.c