From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sudeep Holla Subject: Re: [PATCH] power: vexpress: make dev_attr_active static Date: Thu, 9 Jun 2016 12:12:37 +0100 Message-ID: <57594F25.4010307@arm.com> References: <1465410391-29475-1-git-send-email-ben.dooks@codethink.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from foss.arm.com ([217.140.101.70]:58959 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932099AbcFILMm (ORCPT ); Thu, 9 Jun 2016 07:12:42 -0400 In-Reply-To: <1465410391-29475-1-git-send-email-ben.dooks@codethink.co.uk> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Ben Dooks , linux-kernel@lists.codethink.co.uk Cc: Sudeep Holla , Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse , Liviu Dudau , Lorenzo Pieralisi , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org On 08/06/16 19:26, Ben Dooks wrote: > The dev_attr_active is not exported or defined to be used > outside the driver, so make it static to avoid the following > warning: > > drivers/power/reset/vexpress-poweroff.c:77:1: warning: symbol 'dev_attr_active' was not declared. Should it be static? > > Signed-off-by: Ben Dooks > --- > Cc: Sebastian Reichel > Cc: Dmitry Eremin-Solenikov > Cc: David Woodhouse > Cc: Liviu Dudau > Cc: Sudeep Holla Pulled into vexpress-for-v4.8/fixes[1] along with other 3 vexpress related patches. Thanks. -- Regards, Sudeep [1] git.kernel.org/sudeep.holla/linux/h/vexpress-for-v4.8/fixes