Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8e36d2f authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Walleij
Browse files

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



As of commit 9d07d414 ("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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 7e15a967
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -21,10 +21,6 @@
#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"