Skip to content

Commit

Permalink
pinctrl: sh-pfc: r8a73a4: Remove obsolete multi-platform check
Browse files Browse the repository at this point in the history
As of commit 9d07d41 ("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>
  • Loading branch information
Geert Uytterhoeven authored and Linus Walleij committed May 12, 2015
1 parent 7e15a96 commit e8e36d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/pinctrl/sh-pfc/pfc-r8a73a4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit e8e36d2

Please sign in to comment.