vxge: remove deprecated syststamp timestamp
authorWillem de Bruijn <willemb@google.com>
Fri, 25 Jul 2014 22:01:30 +0000 (18:01 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Jul 2014 18:39:49 +0000 (11:39 -0700)
commitce7505882122d9fd72159e902b1ca9cc9d896679
treeb216cec226b47d86cdb096191b0723b485d52541
parentc6d5fefaa35eda3dcab5c78a16def6ed555b685c
vxge: remove deprecated syststamp timestamp

This driver explicitly clears a field that is unused and about to be
removed. Remove the initialization.

All fields in skb_shared_info before dataref are cleared in
__alloc_skb, so the removal is safe even while syststamp exists.

Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/neterion/vxge/vxge-main.c