diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-05-13 07:37:47 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-05-22 18:01:51 -0400 |
commit | b6c996a295620b67e4033f2eb07e5a5cf9e7a48f (patch) | |
tree | bb287e455fdfd7bae4131185eadbc6d81baa78d2 /drivers/pinctrl | |
parent | 0e26e8dfb9dddb0559fb7cd7b53a8b497a8d4121 (diff) |
pinctrl: sh-pfc: r8a7740: Allow Multiplatform Build
Add #ifdefs to allow r8a7740 Multiplatform build. Needed
to enable r8a7740 Multiplatform support.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c index 6c83ce43a940..e4c1ef477053 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c | |||
@@ -22,7 +22,9 @@ | |||
22 | #include <linux/kernel.h> | 22 | #include <linux/kernel.h> |
23 | #include <linux/pinctrl/pinconf-generic.h> | 23 | #include <linux/pinctrl/pinconf-generic.h> |
24 | 24 | ||
25 | #ifndef CONFIG_ARCH_MULTIPLATFORM | ||
25 | #include <mach/irqs.h> | 26 | #include <mach/irqs.h> |
27 | #endif | ||
26 | 28 | ||
27 | #include "core.h" | 29 | #include "core.h" |
28 | #include "sh_pfc.h" | 30 | #include "sh_pfc.h" |