From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Date: Wed, 17 Jun 2015 09:31:30 +0000 Subject: [PATCH 14/15] pinctrl: sh-pfc: r8a7740: Remove obsolete multi-platform check Message-Id: <1434533491-21979-15-git-send-email-geert+renesas@glider.be> List-Id: References: <1434533491-21979-1-git-send-email-geert+renesas@glider.be> In-Reply-To: <1434533491-21979-1-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org Since the removal of the r8a7740 legacy board code, r8a7740 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 Cc: Linus Walleij --- Please do not apply until the legacy r8a7740 SoC code has been removed. Or just provide an ack, so Simon can apply it when appropriate. --- drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c index d0bb1459783a16d2..82ef1862dd1ba808 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c @@ -22,10 +22,6 @@ #include #include -#ifndef CONFIG_ARCH_MULTIPLATFORM -#include -#endif - #include "core.h" #include "sh_pfc.h" -- 1.9.1