pinctrl: sh-pfc: r8a7740: Remove obsolete multi-platform check
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 14 Jul 2015 11:56:54 +0000 (13:56 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 16 Jul 2015 09:39:17 +0000 (11:39 +0200)
Since the removal of the r8a7740 legacy SoC code in commit
44d88c754e57a6d9 ("ARM: shmobile: Remove legacy SoC code for R-Mobile
A1"), 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 <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/sh-pfc/pfc-r8a7740.c

index d0bb145..82ef186 100644 (file)
 #include <linux/kernel.h>
 #include <linux/pinctrl/pinconf-generic.h>
 
-#ifndef CONFIG_ARCH_MULTIPLATFORM
-#include <mach/irqs.h>
-#endif
-
 #include "core.h"
 #include "sh_pfc.h"