Message ID | 1436875015-13706-2-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Geert Uytterhoeven |
Headers | show |
On Tue, Jul 14, 2015 at 1:56 PM, Geert Uytterhoeven <geert+renesas@glider.be> wrote: > Since the removal of the sh73a0 legacy SoC code in commit > 9a9863987bf7307f ("ARM: shmobile: Remove legacy SoC code for SH-Mobile > AG5"), sh73a0 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: Simon Horman <horms+renesas@verge.net.au> > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > The commit mentioned above is in -next, destined for v4.3. Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c index d2efbfb776ac57d6..097526576f88181f 100644 --- a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c +++ b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c @@ -26,10 +26,6 @@ #include <linux/regulator/machine.h> #include <linux/slab.h> -#ifndef CONFIG_ARCH_MULTIPLATFORM -#include <mach/irqs.h> -#endif - #include "core.h" #include "sh_pfc.h"