sfc: remove unused 'enum efx_rx_alloc_method'

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
This commit is contained in:
Andrew Rybchenko 2013-11-28 08:28:13 +04:00 committed by Ben Hutchings
parent ff2de51bfb
commit 8c5270acf3
1 changed files with 0 additions and 6 deletions

View File

@ -360,12 +360,6 @@ struct efx_rx_queue {
unsigned int slow_fill_count;
};
enum efx_rx_alloc_method {
RX_ALLOC_METHOD_AUTO = 0,
RX_ALLOC_METHOD_SKB = 1,
RX_ALLOC_METHOD_PAGE = 2,
};
enum efx_sync_events_state {
SYNC_EVENTS_DISABLED = 0,
SYNC_EVENTS_QUIESCENT,