aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sky2.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sky2.h')
-rw-r--r--drivers/net/sky2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/sky2.h b/drivers/net/sky2.h
index dce955c76f3c..e2bf1d37ed0e 100644
--- a/drivers/net/sky2.h
+++ b/drivers/net/sky2.h
@@ -1840,7 +1840,6 @@ struct sky2_port {
1840 u16 tx_prod; /* next le to use */ 1840 u16 tx_prod; /* next le to use */
1841 u32 tx_addr64; 1841 u32 tx_addr64;
1842 u16 tx_pending; 1842 u16 tx_pending;
1843 u16 tx_last_put;
1844 u16 tx_last_mss; 1843 u16 tx_last_mss;
1845 1844
1846 struct ring_info *rx_ring ____cacheline_aligned_in_smp; 1845 struct ring_info *rx_ring ____cacheline_aligned_in_smp;
@@ -1849,7 +1848,6 @@ struct sky2_port {
1849 u16 rx_next; /* next re to check */ 1848 u16 rx_next; /* next re to check */
1850 u16 rx_put; /* next le index to use */ 1849 u16 rx_put; /* next le index to use */
1851 u16 rx_pending; 1850 u16 rx_pending;
1852 u16 rx_last_put;
1853 u16 rx_bufsize; 1851 u16 rx_bufsize;
1854#ifdef SKY2_VLAN_TAG_USED 1852#ifdef SKY2_VLAN_TAG_USED
1855 u16 rx_tag; 1853 u16 rx_tag;