From: Laurent Pinchart Date: Tue, 23 Jul 2013 22:25:16 +0000 (+0200) Subject: sh-pfc: sh7372: Replace with X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f3dcc9ffadea53e355e7d94cf9930898fc6a4b67;p=linux.git sh-pfc: sh7372: Replace with The mach/irqs.h header is included only to get the evt2irq macro definition. The macro is defined in linux/sh_intc.h, include it directly instead of the mach-specific header. Signed-off-by: Laurent Pinchart Acked-by: Magnus Damm --- diff --git a/drivers/pinctrl/sh-pfc/pfc-sh7372.c b/drivers/pinctrl/sh-pfc/pfc-sh7372.c index 1528693033187..5a0b445cc11d0 100644 --- a/drivers/pinctrl/sh-pfc/pfc-sh7372.c +++ b/drivers/pinctrl/sh-pfc/pfc-sh7372.c @@ -23,8 +23,7 @@ #include #include #include - -#include +#include #include "core.h" #include "sh_pfc.h"