From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752135AbbEJVAF (ORCPT ); Sun, 10 May 2015 17:00:05 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50080 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751653AbbEJVAD (ORCPT ); Sun, 10 May 2015 17:00:03 -0400 Date: Sun, 10 May 2015 15:01:30 +0200 From: Greg Kroah-Hartman To: Sudip Mukherjee 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: <20150510130130.GA15283@kroah.com> References: <1431070579-7622-1-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431070579-7622-1-git-send-email-sudipm.mukherjee@gmail.com> 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 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 :(