commit | 3958ffcd85060967a9c70bb92b21741073578d66 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@codeaurora.org> | Wed Oct 11 14:52:24 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 11 16:01:56 2017 -0700 |
tree | 73fd87c51957f2d188fbe0fa78c4255c4776fe7c | |
parent | d7e6b347560d1824d7bccfa307ad34bd3f133706 [diff] |
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>