diff options
author | Andrew Rybchenko <Andrew.Rybchenko@oktetlabs.ru> | 2013-11-27 23:28:13 -0500 |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2013-12-12 17:07:27 -0500 |
commit | 8c5270acf3f74a2bff04461ce7fbbcf0ae54b2ae (patch) | |
tree | 9d15a814d44ec1db0d9d06a3ce1f877669408f80 /drivers/net/ethernet/sfc | |
parent | ff2de51bfb26e8d6f2ee6d45d5a5eedf51c19d2f (diff) |
sfc: remove unused 'enum efx_rx_alloc_method'
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'drivers/net/ethernet/sfc')
-rw-r--r-- | drivers/net/ethernet/sfc/net_driver.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/ethernet/sfc/net_driver.h b/drivers/net/ethernet/sfc/net_driver.h index bc1ff36c03e6..af2b8c59a903 100644 --- a/drivers/net/ethernet/sfc/net_driver.h +++ b/drivers/net/ethernet/sfc/net_driver.h | |||
@@ -360,12 +360,6 @@ struct efx_rx_queue { | |||
360 | unsigned int slow_fill_count; | 360 | unsigned int slow_fill_count; |
361 | }; | 361 | }; |
362 | 362 | ||
363 | enum efx_rx_alloc_method { | ||
364 | RX_ALLOC_METHOD_AUTO = 0, | ||
365 | RX_ALLOC_METHOD_SKB = 1, | ||
366 | RX_ALLOC_METHOD_PAGE = 2, | ||
367 | }; | ||
368 | |||
369 | enum efx_sync_events_state { | 363 | enum efx_sync_events_state { |
370 | SYNC_EVENTS_DISABLED = 0, | 364 | SYNC_EVENTS_DISABLED = 0, |
371 | SYNC_EVENTS_QUIESCENT, | 365 | SYNC_EVENTS_QUIESCENT, |