Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1204522

Re: [PATCH 4/6] PM / OPP: Move opp core to its own directory

From Stephen Boyd <sboyd@codeaurora.org>
Newsgroups linux.kernel
Subject Re: [PATCH 4/6] PM / OPP: Move opp core to its own directory
Date 2015-08-10 22:00 +0200
Message-ID <pW1oK-7Mw-25@gated-at.bofh.it> (permalink)
References <pVOUy-6bs-7@gated-at.bofh.it> <pVOUy-6bs-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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?

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 4/6] PM / OPP: Move opp core to its own directory Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-10 08:40 +0200
  Re: [PATCH 4/6] PM / OPP: Move opp core to its own directory Stephen Boyd <sboyd@codeaurora.org> - 2015-08-10 22:00 +0200
    Re: [PATCH 4/6] PM / OPP: Move opp core to its own directory Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-11 02:30 +0200

csiph-web