From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 66E4E1A0935 for ; Mon, 10 Aug 2015 19:27:02 +1000 (AEST) In-Reply-To: <1438344860.13223.14.camel@tiscali.nl> To: Paul Bolle , Benjamin Herrenschmidt From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: windfarm: remove three exported but unused functions Message-Id: <20150810092702.1CB2B14055A@ozlabs.org> Date: Mon, 10 Aug 2015 19:27:02 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2015-31-07 at 12:14:20 UTC, Paul Bolle wrote: > wf_find_control(), wf_find_sensor(), and wf_is_overtemp() are exported > but unused. Remove these three functions. > > Signed-off-by: Paul Bolle Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/a368c29cf105485d2c34 cheers