aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_cm.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-11-27 12:38:10 +0100
committerJason Gunthorpe <jgg@mellanox.com>2017-12-11 16:19:42 -0700
commit261593c1e1fea6cee26ecd548dc682d624c99473 (patch)
treeccff63ed2d554c25fe131c46cd938abc7acc75ad /drivers/infiniband/hw/nes/nes_cm.h
parenti40iw: remove unused 'timeval' struct member (diff)
downloadlinux-dev-261593c1e1fea6cee26ecd548dc682d624c99473.tar.xz
linux-dev-261593c1e1fea6cee26ecd548dc682d624c99473.zip
nes: remove unused 'timeval' struct member
There is a stale entry in nes_cm_tcp_context that has apparently never been used in mainline linux. I'm trying to kill off all users of timeval as part of the y2038-safety work, so let's just remove this one. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/nes/nes_cm.h')
-rw-r--r--drivers/infiniband/hw/nes/nes_cm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/nes/nes_cm.h b/drivers/infiniband/hw/nes/nes_cm.h
index d827d03e3941..2cf2641867d8 100644
--- a/drivers/infiniband/hw/nes/nes_cm.h
+++ b/drivers/infiniband/hw/nes/nes_cm.h
@@ -279,7 +279,6 @@ struct nes_cm_tcp_context {
u8 rcv_wscale;
struct nes_cm_tsa_context tsa_cntxt;
- struct timeval sent_ts;
};