From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752007AbcEJI2x (ORCPT ); Tue, 10 May 2016 04:28:53 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:37074 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751590AbcEJI2v (ORCPT ); Tue, 10 May 2016 04:28:51 -0400 Subject: Re: [PATCH] firmware/drivers/psci: Fix unused functions when CONFIG_CPU_IDLE=n To: Lorenzo Pieralisi References: <1462864729-11793-1-git-send-email-daniel.lezcano@linaro.org> <20160510082250.GA14662@red-moon> Cc: lina.iyer@linaro.org, ulf.hansson@linaro.org, arnd@arndb.de, Mark Rutland , "open list:POWER STATE COORD..." , open list From: Daniel Lezcano Message-ID: <57319BBF.7060306@linaro.org> Date: Tue, 10 May 2016 10:28:47 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160510082250.GA14662@red-moon> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/10/2016 10:22 AM, Lorenzo Pieralisi wrote: > On Tue, May 10, 2016 at 09:18:49AM +0200, Daniel Lezcano wrote: >> On the ARM64 architecture, when CPUIDLE is not set in the configuration, >> the compilation raises a couple of warnings: >> >> drivers/firmware/psci.c:70:12: warning: 'psci_pd_power_off' defined but not used [-Wunused-function] >> drivers/firmware/psci.c:273:12: warning: 'psci_set_suspend_mode_osi' defined but not used [-Wunused-function] > > That's not mainline code :) Ha ha ! Sounds like my scripts are not yet ready :) Sorry for the noise. -- Daniel