Commit 40dc8c4d authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Jason Gunthorpe

i40iw: remove unused 'timeval' struct member

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: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarShiraz Saleem <shiraz.saleem@intel.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@mellanox.com>
parent 5b8a3b08
...@@ -276,8 +276,6 @@ struct i40iw_cm_tcp_context { ...@@ -276,8 +276,6 @@ struct i40iw_cm_tcp_context {
u32 mss; u32 mss;
u8 snd_wscale; u8 snd_wscale;
u8 rcv_wscale; u8 rcv_wscale;
struct timeval sent_ts;
}; };
enum i40iw_cm_listener_state { enum i40iw_cm_listener_state {
......
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