SUPERH platform development
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH] drivers: sh: Get rid of CONFIG_SHMOBILE_MULTI
Date: Mon, 31 Aug 2015 06:36:24 +0000	[thread overview]
Message-ID: <20150831063623.GA4181@verge.net.au> (raw)
In-Reply-To: <1440705906-3230-1-git-send-email-geert+renesas@glider.be>

On Thu, Aug 27, 2015 at 10:05:06PM +0200, Geert Uytterhoeven wrote:
> Shmobile is all multiplatform these days, so get rid of the reference to
> CONFIG_ARCH_SHMOBILE_MULTI.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> This must not be applied to a branch that still has
> CONFIG_SHMOBILE_LEGACY.

Thanks, I have queued this up for v4.4.

>  drivers/sh/pm_runtime.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/sh/pm_runtime.c b/drivers/sh/pm_runtime.c
> index 25abd4eb7d102113..91a003011acfacb2 100644
> --- a/drivers/sh/pm_runtime.c
> +++ b/drivers/sh/pm_runtime.c
> @@ -34,7 +34,7 @@ static struct pm_clk_notifier_block platform_bus_notifier = {
>  
>  static int __init sh_pm_runtime_init(void)
>  {
> -	if (IS_ENABLED(CONFIG_ARCH_SHMOBILE_MULTI)) {
> +	if (IS_ENABLED(CONFIG_ARCH_SHMOBILE)) {
>  		if (!of_find_compatible_node(NULL, NULL,
>  					     "renesas,cpg-mstp-clocks"))
>  			return 0;
> -- 
> 1.9.1
> 

  reply	other threads:[~2015-08-31  6:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-27 20:05 [PATCH] drivers: sh: Get rid of CONFIG_SHMOBILE_MULTI Geert Uytterhoeven
2015-08-31  6:36 ` Simon Horman [this message]
2015-08-31  6:40 ` Simon Horman
2015-08-31  7:37 ` Geert Uytterhoeven

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=20150831063623.GA4181@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-sh@vger.kernel.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