Re: [1/2] i40iw: remove unused 'timeval' struct member

From: Jason Gunthorpe
Date: Mon Dec 11 2017 - 18:38:55 EST


On Mon, Nov 27, 2017 at 12:38:09PM +0100, Arnd Bergmann wrote:
> 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 <arnd@xxxxxxxx>
> Acked-by: Shiraz Saleem <shiraz.saleem@xxxxxxxxx>
> drivers/infiniband/hw/i40iw/i40iw_cm.h | 2 --
> 1 file changed, 2 deletions(-)

Applied both of these patches in the series to for-next

Thanks,
Jason