diff options
author | Edward Cree <ecree@solarflare.com> | 2016-12-01 20:01:19 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-12-01 23:39:38 +0300 |
commit | 99831b1ea5084d2bd0575d2985e8263f7eee54b7 (patch) | |
tree | e01cc4833522569f9fd183253591a58777e7a6d6 /drivers/net/ethernet/sfc/efx.c | |
parent | d7d6cabaa1a5295b5a6836b84cc599488ab5c84d (diff) | |
download | linux-99831b1ea5084d2bd0575d2985e8263f7eee54b7.tar.xz |
sfc: remove RESET_TYPE_RX_RECOVERY
It's no longer used now that Falcon is gone.
Also remove a reference in a comment to an ioctl that doesn't exist.
Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/sfc/efx.c')
-rw-r--r-- | drivers/net/ethernet/sfc/efx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/efx.c b/drivers/net/ethernet/sfc/efx.c index 4a234a8d3896..da7028df3fb6 100644 --- a/drivers/net/ethernet/sfc/efx.c +++ b/drivers/net/ethernet/sfc/efx.c @@ -82,7 +82,6 @@ const char *const efx_reset_type_names[] = { [RESET_TYPE_DISABLE] = "DISABLE", [RESET_TYPE_TX_WATCHDOG] = "TX_WATCHDOG", [RESET_TYPE_INT_ERROR] = "INT_ERROR", - [RESET_TYPE_RX_RECOVERY] = "RX_RECOVERY", [RESET_TYPE_DMA_ERROR] = "DMA_ERROR", [RESET_TYPE_TX_SKIP] = "TX_SKIP", [RESET_TYPE_MC_FAILURE] = "MC_FAILURE", |