From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752262AbdLKXiw (ORCPT ); Mon, 11 Dec 2017 18:38:52 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:36371 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751274AbdLKXis (ORCPT ); Mon, 11 Dec 2017 18:38:48 -0500 X-Google-Smtp-Source: ACJfBotf8CP5YUNnTakq2oXYvibqL6EuP4klCnbWR1cZulw1W4RTl7orelW3l7Ycu2EupW0CjxfBuA== Date: Mon, 11 Dec 2017 16:38:38 -0700 From: Jason Gunthorpe To: Arnd Bergmann Cc: Faisal Latif , Shiraz Saleem , Doug Ledford , y2038@lists.linaro.org, Mustafa Ismail , Henry Orosco , Tatyana Nikolova , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [1/2] i40iw: remove unused 'timeval' struct member Message-ID: <20171211233838.GE32020@ziepe.ca> References: <20171127113819.2413554-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171127113819.2413554-1-arnd@arndb.de> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Acked-by: Shiraz Saleem > 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