ktime: Get rid of the union
[linux-2.6-block.git] / net / can / gw.c
index 455168718c2efb4fa6b9e396e945a3824437c65d..a54ab0c821048ab2034bf32cef3c1f35e0dc82a5 100644 (file)
@@ -429,7 +429,7 @@ static void can_can_gw_rcv(struct sk_buff *skb, void *data)
 
        /* clear the skb timestamp if not configured the other way */
        if (!(gwj->flags & CGW_FLAGS_CAN_SRC_TSTAMP))
-               nskb->tstamp.tv64 = 0;
+               nskb->tstamp = 0;
 
        /* send to netdevice */
        if (can_send(nskb, gwj->flags & CGW_FLAGS_CAN_ECHO))