Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: sh-pfc: r8a73a4: Remove obsolete multi-platform check

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 <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Geert Uytterhoeven and committed by
Linus Walleij
e8e36d2f 7e15a967

-4
-4
drivers/pinctrl/sh-pfc/pfc-r8a73a4.c
··· 21 21 #include <linux/kernel.h> 22 22 #include <linux/pinctrl/pinconf-generic.h> 23 23 24 - #ifndef CONFIG_ARCH_MULTIPLATFORM 25 - #include <mach/irqs.h> 26 - #endif 27 - 28 24 #include "core.h" 29 25 #include "sh_pfc.h" 30 26