commit | ce7505882122d9fd72159e902b1ca9cc9d896679 | [log] [tgz] |
---|---|---|
author | Willem de Bruijn <willemb@google.com> | Fri Jul 25 18:01:30 2014 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 29 11:39:49 2014 -0700 |
tree | b216cec226b47d86cdb096191b0723b485d52541 | |
parent | c6d5fefaa35eda3dcab5c78a16def6ed555b685c [diff] |
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>