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:
5b8a3b0
)
i40iw: remove unused 'timeval' struct member
author
Arnd Bergmann
<
[email protected]
>
Mon, 27 Nov 2017 11:38:09 +0000
(12:38 +0100)
committer
Jason Gunthorpe
<
[email protected]
>
Mon, 11 Dec 2017 23:19:42 +0000
(16:19 -0700)
There is a stale entry in i40iw_cm_tcp_context that apparently
was copied from the 'nes' driver but never used in i40iw.
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 <
[email protected]
>
Acked-by: Shiraz Saleem <
[email protected]
>
Signed-off-by: Jason Gunthorpe <
[email protected]
>
drivers/infiniband/hw/i40iw/i40iw_cm.h
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/i40iw/i40iw_cm.h
b/drivers/infiniband/hw/i40iw/i40iw_cm.h
index 0d5840d2c4fc6d815e5556bbc646620a6e2a0a02..1577608fc51abf236b35b329334c9ce31dd59f64 100644
(file)
--- a/
drivers/infiniband/hw/i40iw/i40iw_cm.h
+++ b/
drivers/infiniband/hw/i40iw/i40iw_cm.h
@@
-276,8
+276,6
@@
struct i40iw_cm_tcp_context {
u32 mss;
u8 snd_wscale;
u8 rcv_wscale;
-
- struct timeval sent_ts;
};
enum i40iw_cm_listener_state {