xen-netfront: use new skb_checksum_setup function
authorPaul Durrant <[email protected]>
Thu, 9 Jan 2014 10:02:48 +0000 (10:02 +0000)
committerDavid S. Miller <[email protected]>
Tue, 14 Jan 2014 22:24:19 +0000 (14:24 -0800)
commitb5cf66cd114ca24757ccf7c1f3e4d8ed86fe868c
tree66260c1adbda75fb290ca7085337045c91706aef
parent2721637c1c0f644d7d67d0698c4a32b440d7f0f8
xen-netfront: use new skb_checksum_setup function

Use skb_checksum_setup to set up partial checksum offsets rather
then a private implementation.

Signed-off-by: Paul Durrant <[email protected]>
Cc: Konrad Rzeszutek Wilk <[email protected]>
Cc: Boris Ostrovsky <[email protected]>
Cc: David Vrabel <[email protected]>
Acked-by: Ian Campbell <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/xen-netfront.c