From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757587AbbE3Gji (ORCPT ); Sat, 30 May 2015 02:39:38 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:34183 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757545AbbE3Gjd (ORCPT ); Sat, 30 May 2015 02:39:33 -0400 Date: Sat, 30 May 2015 12:09:23 +0530 From: Sudip Mukherjee To: Arnd Bergmann Cc: Greg KH , 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: <20150530063923.GE31685@sudip-PC> References: <1432932747-3739705-1-git-send-email-arnd@arndb.de> <1432932747-3739705-6-git-send-email-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432932747-3739705-6-git-send-email-arnd@arndb.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. regards sudip