aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/common.h
diff options
context:
space:
mode:
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>2011-04-18 23:35:06 -0400
committerDavid S. Miller <davem@davemloft.net>2011-04-20 04:30:45 -0400
commit47103041e91794acdbc6165da0ae288d844c820b (patch)
tree52fd28c25ef5b0fe6dfe6d8d76d097362841c371 /drivers/net/xen-netback/common.h
parent135d84a9f28854f875f32f97485737b0013c99d6 (diff)
net: xen-netback: convert to hw_features
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Acked-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/xen-netback/common.h')
-rw-r--r--drivers/net/xen-netback/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/xen-netback/common.h b/drivers/net/xen-netback/common.h
index 5d7bbf2b2ee7..8753e6ddff8f 100644
--- a/drivers/net/xen-netback/common.h
+++ b/drivers/net/xen-netback/common.h
@@ -73,9 +73,6 @@ struct xenvif {
73 struct vm_struct *tx_comms_area; 73 struct vm_struct *tx_comms_area;
74 struct vm_struct *rx_comms_area; 74 struct vm_struct *rx_comms_area;
75 75
76 /* Flags that must not be set in dev->features */
77 u32 features_disabled;
78
79 /* Frontend feature information. */ 76 /* Frontend feature information. */
80 u8 can_sg:1; 77 u8 can_sg:1;
81 u8 gso:1; 78 u8 gso:1;