From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758023AbbEaAie (ORCPT ); Sat, 30 May 2015 20:38:34 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38385 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754559AbbEaAi2 (ORCPT ); Sat, 30 May 2015 20:38:28 -0400 Date: Sun, 31 May 2015 08:58:13 +0900 From: Greg KH To: Sudip Mukherjee Cc: Arnd Bergmann , Rachel Kim , Dean Lee , Chris Park , devel@driverdev.osuosl.org, nicolas.ferre@atmel.com, Johnny Kim , linux-kernel@vger.kernel.org Subject: Re: [PATCH 05/16] staging: wilc1000: remove time wrapper Message-ID: <20150530235813.GA20036@kroah.com> References: <1432932747-3739705-1-git-send-email-arnd@arndb.de> <1432932747-3739705-6-git-send-email-arnd@arndb.de> <20150530063923.GE31685@sudip-PC> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150530063923.GE31685@sudip-PC> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 30, 2015 at 12:09:23PM +0530, Sudip Mukherjee wrote: > On Fri, May 29, 2015 at 10:52:16PM +0200, Arnd Bergmann wrote: > > The abstraction for time in this driver is completely > > unused, so remove it. > > > > Signed-off-by: Arnd Bergmann > > --- > > drivers/staging/wilc1000/wilc_osconfig.h | 1 - > > drivers/staging/wilc1000/wilc_oswrapper.h | 5 - > > drivers/staging/wilc1000/wilc_platform.h | 12 -- > > drivers/staging/wilc1000/wilc_time.c | 163 ------------------------ > > drivers/staging/wilc1000/wilc_time.h | 205 ------------------------------ > > 5 files changed, 386 deletions(-) > > delete mode 100644 drivers/staging/wilc1000/wilc_time.c > > delete mode 100644 drivers/staging/wilc1000/wilc_time.h > after this patch I am getting: > "WARNING: could not open drivers/staging/wilc1000/wilc_time.c: No such file or directory" > > wilc_time is mentioned in the Makefile, it should have been removed from > there also. Ick, not good. Arnd, I've applied the first 4 patches, but stopped here, can you respin the rest and resend? thanks, greg k-h