From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH 1/2] pinctrl: sh-pfc: r8a73a4: Remove obsolete multi-platform check Date: Thu, 30 Apr 2015 14:49:10 +0900 Message-ID: <20150430054910.GN15511@verge.net.au> References: <1430216072-31412-1-git-send-email-geert+renesas@glider.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from kirsty.vergenet.net ([202.4.237.240]:56414 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751272AbbD3FtN (ORCPT ); Thu, 30 Apr 2015 01:49:13 -0400 Content-Disposition: inline In-Reply-To: <1430216072-31412-1-git-send-email-geert+renesas@glider.be> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Geert Uytterhoeven Cc: Laurent Pinchart , Linus Walleij , linux-sh@vger.kernel.org, linux-gpio@vger.kernel.org On Tue, Apr 28, 2015 at 12:14:31PM +0200, Geert Uytterhoeven wrote: > As of commit 9d07d414d4c33d86 ("ARM: shmobile: r8a73a4: ape6evm: Remove > legacy platform"), r8a73a4 is only supported in generic ARM > multi-platform builds. Hence CONFIG_ARCH_MULTIPLATFORM is always set, > and the check can be removed. > > Signed-off-by: Geert Uytterhoeven > --- > This depends on Simon's branch r8a73a4-ccf-and-multiplatform-for-v4.1 Which was tagged as renesas-r8a73a4-ccf-and-multiplatform-for-v4.1 and is present in v4.0-rc1. Acked-by: Simon Horman > --- > drivers/pinctrl/sh-pfc/pfc-r8a73a4.c | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a73a4.c b/drivers/pinctrl/sh-pfc/pfc-r8a73a4.c > index 280a56f977860272..ba18d2e65e674563 100644 > --- a/drivers/pinctrl/sh-pfc/pfc-r8a73a4.c > +++ b/drivers/pinctrl/sh-pfc/pfc-r8a73a4.c > @@ -21,10 +21,6 @@ > #include > #include > > -#ifndef CONFIG_ARCH_MULTIPLATFORM > -#include > -#endif > - > #include "core.h" > #include "sh_pfc.h" > > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >