From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751518AbbEXUcq (ORCPT ); Sun, 24 May 2015 16:32:46 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34575 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751244AbbEXUcp (ORCPT ); Sun, 24 May 2015 16:32:45 -0400 Date: Sun, 24 May 2015 13:32:44 -0700 From: Greg Kroah-Hartman To: Tolga Ceylan Cc: Benjamin Romer , David Kershner , Jes Sorensen , sparmaintainer@unisys.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] drivers: staging: unisys: visorbus: visorchipset.c: private functions should be declared static Message-ID: <20150524203244.GA8393@kroah.com> References: <1431750141-5660-1-git-send-email-tolga.ceylan@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431750141-5660-1-git-send-email-tolga.ceylan@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 15, 2015 at 09:22:21PM -0700, Tolga Ceylan wrote: > visorchipset_file_init() and visorchipset_file_cleanup() functions > do not seem to be used from anywhere else and now are declared > as static. Sparse emitted "not declared" warnings for these two > functions. > > Signed-off-by: Tolga Ceylan > --- > drivers/staging/unisys/visorbus/visorchipset.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Doesn't apply to my tree :(