From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933557AbbHKAZM (ORCPT ); Mon, 10 Aug 2015 20:25:12 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:33456 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932678AbbHKAZK (ORCPT ); Mon, 10 Aug 2015 20:25:10 -0400 Date: Tue, 11 Aug 2015 05:55:06 +0530 From: Viresh Kumar To: Stephen Boyd Cc: Rafael Wysocki , nm@ti.com, linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, khilman@linaro.org, Anand Moon , Bartlomiej Zolnierkiewicz , Greg Kroah-Hartman , Len Brown , open list , Pavel Machek Subject: Re: [PATCH 4/6] PM / OPP: Move opp core to its own directory Message-ID: <20150811002506.GE5766@linux> References: <6dcf599b49886fd5a2157f2e61f7424cc754b6f0.1439187821.git.viresh.kumar@linaro.org> <20150810195142.GF9678@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150810195142.GF9678@codeaurora.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10-08-15, 12:51, Stephen Boyd wrote: > On 08/10, Viresh Kumar wrote: > > diff --git a/drivers/base/power/Makefile b/drivers/base/power/Makefile > > index f94a6ccfe787..7ff2726dab6c 100644 > > --- a/drivers/base/power/Makefile > > +++ b/drivers/base/power/Makefile > > @@ -1,8 +1,8 @@ > > obj-$(CONFIG_PM) += sysfs.o generic_ops.o common.o qos.o runtime.o wakeirq.o > > obj-$(CONFIG_PM_SLEEP) += main.o wakeup.o > > obj-$(CONFIG_PM_TRACE_RTC) += trace.o > > -obj-$(CONFIG_PM_OPP) += opp.o > > obj-$(CONFIG_PM_GENERIC_DOMAINS) += domain.o domain_governor.o > > obj-$(CONFIG_HAVE_CLK) += clock_ops.o > > +obj-$(CONFIG_PM_OPP) += opp/ > > > Any reason this moved from the previous location? So that all the direct file compilation lines stay at the top and the directory thing at the bottom. Just that order, nothing else. > -- > Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, > a Linux Foundation Collaborative Project -- viresh