projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff2de51
)
sfc: remove unused 'enum efx_rx_alloc_method'
author
Andrew Rybchenko
<
[email protected]
>
Thu, 28 Nov 2013 04:28:13 +0000
(08:28 +0400)
committer
Ben Hutchings
<
[email protected]
>
Thu, 12 Dec 2013 22:07:27 +0000
(22:07 +0000)
Signed-off-by: Ben Hutchings <
[email protected]
>
drivers/net/ethernet/sfc/net_driver.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/sfc/net_driver.h
b/drivers/net/ethernet/sfc/net_driver.h
index bc1ff36c03e68443550c231a79a85d3824c740ed..af2b8c59a903e7cea3011a3a2be29658542d4d4e 100644
(file)
--- a/
drivers/net/ethernet/sfc/net_driver.h
+++ b/
drivers/net/ethernet/sfc/net_driver.h
@@
-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,