From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Date: Fri, 13 Feb 2015 08:44:11 +0000 Subject: Re: [PATCH v2 1/2] shdmac: use SET_RUNTIME_PM_OPS() Message-Id: <20150213083211.GP21387@intel.com> List-Id: References: <9005734.b9UuUHqyUV@wasted.cogentembedded.com> In-Reply-To: <9005734.b9UuUHqyUV@wasted.cogentembedded.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Wed, Feb 11, 2015 at 01:47:31PM +0300, Sergei Shtylyov wrote: > Hello. > > On 2/11/2015 4:23 AM, Vinod Koul wrote: > > >>Use SET_RUNTIME_PM_OPS() to initialize the runtime PM method pointers in the > >>'struct dev_pm_ops'; since that macro doesn't do anything if CONFIG_PM is > >>not defined, we have to move #ifdef up to also cover the runtime PM methods > >>in order to avoid compilation warnings. > > >Applied both, thanks. > > Thanks to you! Will they get into 3.20? Yes they are queued up -- ~Vinod