diff options
Diffstat (limited to 'drivers/net/xen-netback/common.h')
-rw-r--r-- | drivers/net/xen-netback/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/xen-netback/common.h b/drivers/net/xen-netback/common.h index 0d4a285cbd7e..2c283d693330 100644 --- a/drivers/net/xen-netback/common.h +++ b/drivers/net/xen-netback/common.h | |||
@@ -158,8 +158,7 @@ struct xenvif { | |||
158 | 158 | ||
159 | struct timer_list wake_queue; | 159 | struct timer_list wake_queue; |
160 | 160 | ||
161 | /* This array is allocated seperately as it is large */ | 161 | struct gnttab_copy grant_copy_op[MAX_GRANT_COPY_OPS]; |
162 | struct gnttab_copy *grant_copy_op; | ||
163 | 162 | ||
164 | /* We create one meta structure per ring request we consume, so | 163 | /* We create one meta structure per ring request we consume, so |
165 | * the maximum number is the same as the ring size. | 164 | * the maximum number is the same as the ring size. |