Skip to content

Commit

Permalink
sfc: remove unused 'enum efx_rx_alloc_method'
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
  • Loading branch information
Andrew Rybchenko authored and Ben Hutchings committed Dec 12, 2013
1 parent ff2de51 commit 8c5270a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/net/ethernet/sfc/net_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8c5270a

Please sign in to comment.