Commit 4d451f25 authored by Chas Williams's avatar Chas Williams Committed by David S. Miller

[ATM FORE200E]: Fix build.

parent 1bad3e44
......@@ -1132,8 +1132,7 @@ fore200e_push_rpd(struct fore200e* fore200e, struct rpd* rpd)
return;
}
do_gettimeofday(&vcc->timestamp);
skb->stamp = vcc->timestamp;
do_gettimeofday(&skb->stamp);
#ifdef FORE200E_52BYTE_AAL0_SDU
if (cell_header) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment