Linux Power Management development
 help / color / mirror / Atom feed
From: MyungJoo Ham <myungjoo.ham@samsung.com>
To: Sachin Kamat <sachin.kamat@linaro.org>,
	"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>
Cc: "patches@linaro.org" <patches@linaro.org>,
	박경민 <kyungmin.park@samsung.com>
Subject: Re: [PATCH 1/1] PM / devfreq: Disable Exynos4 driver build on multiplatform
Date: Thu, 23 Jan 2014 11:12:50 +0000 (GMT)	[thread overview]
Message-ID: <33543877.132991390475569978.JavaMail.weblogic@epml17> (raw)

> Exynos4 devfreq driver uses mach/map.h which is not available on
> multiplatform. Hence disable build on multiplatform for now.
> Without this patch we get the following build errors:
> drivers/devfreq/exynos/exynos4_bus.h:15:22: fatal error: mach/map.h: No such file or directory
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>

Isn't this also required to be sent to linux-stable?

Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>

> ---
>  drivers/devfreq/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig
> index 31f3adba4cf3..7d2f43550700 100644
> --- a/drivers/devfreq/Kconfig
> +++ b/drivers/devfreq/Kconfig
> @@ -67,7 +67,7 @@ comment "DEVFREQ Drivers"
>  
>  config ARM_EXYNOS4_BUS_DEVFREQ
>  	bool "ARM Exynos4210/4212/4412 Memory Bus DEVFREQ Driver"
> -	depends on CPU_EXYNOS4210 || SOC_EXYNOS4212 || SOC_EXYNOS4412
> +	depends on (CPU_EXYNOS4210 || SOC_EXYNOS4212 || SOC_EXYNOS4412) && !ARCH_MULTIPLATFORM
>  	select ARCH_HAS_OPP
>  	select DEVFREQ_GOV_SIMPLE_ONDEMAND
>  	help
> -- 
> 1.7.9.5
> 
> 
> 

             reply	other threads:[~2014-01-23 11:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-23 11:12 MyungJoo Ham [this message]
2014-01-23 11:45 ` [PATCH 1/1] PM / devfreq: Disable Exynos4 driver build on multiplatform Sachin Kamat
  -- strict thread matches above, loose matches on Subject: below --
2014-01-22  8:48 Sachin Kamat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=33543877.132991390475569978.JavaMail.weblogic@epml17 \
    --to=myungjoo.ham@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-pm@vger.kernel.org \
    --cc=patches@linaro.org \
    --cc=sachin.kamat@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox