]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
nes: remove unused 'timeval' struct member
authorArnd Bergmann <arnd@arndb.de>
Mon, 27 Nov 2017 11:38:10 +0000 (12:38 +0100)
committerJason 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

index d827d03e3941209cb78c61d20b838e8dd9dd2c29..2cf2641867d8fed425b98a94937d42e87437dbdf 100644 (file)
@@ -279,7 +279,6 @@ struct nes_cm_tcp_context {
        u8  rcv_wscale;
 
        struct nes_cm_tsa_context tsa_cntxt;
-       struct timeval            sent_ts;
 };