projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40dc8c4
)
nes: remove unused 'timeval' struct member
author
Arnd Bergmann
<arnd@arndb.de>
Mon, 27 Nov 2017 11:38:10 +0000
(12:38 +0100)
committer
Jason Gunthorpe
<jgg@mellanox.com>
Mon, 11 Dec 2017 23:19:42 +0000
(16:19 -0700)
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>
drivers/infiniband/hw/nes/nes_cm.h
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/nes/nes_cm.h
b/drivers/infiniband/hw/nes/nes_cm.h
index d827d03e3941209cb78c61d20b838e8dd9dd2c29..2cf2641867d8fed425b98a94937d42e87437dbdf 100644
(file)
--- 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;
};