OSDN Git Service

net: qcom/emac: remove unused address arrays
authorTimur Tabi <timur@codeaurora.org>
Wed, 11 Oct 2017 19:52:24 +0000 (14:52 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Oct 2017 23:01:56 +0000 (16:01 -0700)
commit3958ffcd85060967a9c70bb92b21741073578d66
tree73fd87c51957f2d188fbe0fa78c4255c4776fe7c
parentd7e6b347560d1824d7bccfa307ad34bd3f133706
net: qcom/emac: remove unused address arrays

The EMAC is capable of multiple TX and RX rings, but the driver only
supports one ring for each.  One function had some left-over unused
code that supports multiple rings, but all it did was make the code
harder to read.

Signed-off-by: Timur Tabi <timur@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qualcomm/emac/emac-mac.c