net: pch_gbe: Remove dead RINGFREE code
authorPaul Burton <paul.burton@mips.com>
Sat, 23 Jun 2018 03:17:50 +0000 (20:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Jun 2018 11:52:08 +0000 (20:52 +0900)
commit90e3f637eb4d2e1fdb6a799e758a21c2a4e20a1d
tree96a635f825d2abc19c1453d8f2a5df543951fab4
parent41fd60fa74d6aac84c214afc71aa4b9d3edba263
net: pch_gbe: Remove dead RINGFREE code

The pch_gbe driver includes some code which appears to be an attempt to
work around a problem with the pch_gbe_free_rx_resources &
pch_gbe_free_tx_resources functions that no longer exists. Remove the
code guarded by the never-defined RINGFREE preprocessor macro.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_ethtool.c