diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-03-06 20:19:26 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-25 22:23:46 -0700 |
commit | 8570419fb7be0af84085ac8f13307392a748482c (patch) | |
tree | 1df16a424f6c9e12a768a17aa67367aa66ca7b33 /drivers/atm/eni.h | |
parent | fc910a27839584209726537698b596576940add4 (diff) | |
download | talos-op-linux-8570419fb7be0af84085ac8f13307392a748482c.tar.gz talos-op-linux-8570419fb7be0af84085ac8f13307392a748482c.zip |
[ATM] ENI: Convert to struct timeval to ktime_t.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm/eni.h')
-rw-r--r-- | drivers/atm/eni.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/eni.h b/drivers/atm/eni.h index 385090c2a580..d04fefb0841f 100644 --- a/drivers/atm/eni.h +++ b/drivers/atm/eni.h @@ -59,7 +59,7 @@ struct eni_vcc { int rxing; /* number of pending PDUs */ int servicing; /* number of waiting VCs (0 or 1) */ int txing; /* number of pending TX bytes */ - struct timeval timestamp; /* for RX timing */ + ktime_t timestamp; /* for RX timing */ struct atm_vcc *next; /* next pending RX */ struct sk_buff *last; /* last PDU being DMAed (used to carry discard information) */ |