From: Magnus Damm Date: Tue, 13 May 2014 11:37:48 +0000 (+0200) Subject: pinctrl: sh-pfc: sh73a0: Allow Multiplatform Build X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=672d32377494b84d6af483ce46eda07baba4e3ea;p=linux.git 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 Signed-off-by: Laurent Pinchart Signed-off-by: Linus Walleij --- diff --git a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c index 6f6ba100994df..ee370de4609aa 100644 --- a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c +++ b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c @@ -26,7 +26,9 @@ #include #include +#ifndef CONFIG_ARCH_MULTIPLATFORM #include +#endif #include "core.h" #include "sh_pfc.h"