From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752722AbbEKHpl (ORCPT ); Mon, 11 May 2015 03:45:41 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:34840 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752475AbbEKHpj (ORCPT ); Mon, 11 May 2015 03:45:39 -0400 Date: Mon, 11 May 2015 13:15:27 +0530 From: Sudip Mukherjee To: Greg Kroah-Hartman Cc: Benjamin Romer , David Kershner , devel@driverdev.osuosl.org, sparmaintainer@unisys.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] staging: unisys: remove unused functions Message-ID: <20150511074527.GA6345@sudip-PC> References: <1431070579-7622-1-git-send-email-sudipm.mukherjee@gmail.com> <20150510130130.GA15283@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150510130130.GA15283@kroah.com> 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 Sun, May 10, 2015 at 03:01:30PM +0200, Greg Kroah-Hartman wrote: > On Fri, May 08, 2015 at 01:06:19PM +0530, Sudip Mukherjee wrote: > > these functions were just defined and never used. after removing the > > functions the variable visorchipset_cache_buffers_in_use is becoming > > unused, so removed it as well. > > > > Signed-off-by: Sudip Mukherjee > > --- > > > > v2: combined both patches of v1 together > > > > drivers/staging/unisys/visorchipset/visorchipset.h | 4 -- > > .../unisys/visorchipset/visorchipset_main.c | 43 ---------------------- > > 2 files changed, 47 deletions(-) > > These files aren't in my tree anymore :( those files have been moved to visorbus by commit i will send you fresh patch if the functions are still unused. regards sudip