diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-05-13 07:37:48 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-05-22 18:01:52 -0400 |
commit | 672d32377494b84d6af483ce46eda07baba4e3ea (patch) | |
tree | 05b8063d623c5029c89e9e0033b447a99d5bf85f /drivers/pinctrl | |
parent | b6c996a295620b67e4033f2eb07e5a5cf9e7a48f (diff) |
pinctrl: sh-pfc: sh73a0: Allow Multiplatform Build
Add #ifdefs to allow sh73a0 Multiplatform build. Needed
to enable sh73a0 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-sh73a0.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c index 6f6ba100994d..ee370de4609a 100644 --- a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c +++ b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c | |||
@@ -26,7 +26,9 @@ | |||
26 | #include <linux/regulator/machine.h> | 26 | #include <linux/regulator/machine.h> |
27 | #include <linux/slab.h> | 27 | #include <linux/slab.h> |
28 | 28 | ||
29 | #ifndef CONFIG_ARCH_MULTIPLATFORM | ||
29 | #include <mach/irqs.h> | 30 | #include <mach/irqs.h> |
31 | #endif | ||
30 | 32 | ||
31 | #include "core.h" | 33 | #include "core.h" |
32 | #include "sh_pfc.h" | 34 | #include "sh_pfc.h" |