diff options
-rw-r--r-- | drivers/net/xen-netfront.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c index da1f12120346..27cf72f26cbb 100644 --- a/drivers/net/xen-netfront.c +++ b/drivers/net/xen-netfront.c | |||
@@ -122,7 +122,7 @@ struct netfront_info { | |||
122 | struct mmu_update rx_mmu[NET_RX_RING_SIZE]; | 122 | struct mmu_update rx_mmu[NET_RX_RING_SIZE]; |
123 | 123 | ||
124 | /* Statistics */ | 124 | /* Statistics */ |
125 | int rx_gso_checksum_fixup; | 125 | unsigned long rx_gso_checksum_fixup; |
126 | }; | 126 | }; |
127 | 127 | ||
128 | struct netfront_rx_info { | 128 | struct netfront_rx_info { |