diff options
author | Laurent Pinchart | 2013-07-24 00:25:16 +0200 |
---|---|---|
committer | Laurent Pinchart | 2013-07-29 15:52:03 +0200 |
commit | f3dcc9ffadea53e355e7d94cf9930898fc6a4b67 (patch) | |
tree | d453ac09ca8dbb707614023f96fc6bec03fe80dc /drivers/pinctrl/sh-pfc | |
parent | e7004440907cc4c6130f23920a694fce2625acc9 (diff) |
sh-pfc: sh7372: Replace <mach/irqs.h> with <linux/sh_intc.h>
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 <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Magnus Damm <damm@opensource.se>
Diffstat (limited to 'drivers/pinctrl/sh-pfc')
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-sh7372.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-sh7372.c b/drivers/pinctrl/sh-pfc/pfc-sh7372.c index 152869303318..5a0b445cc11d 100644 --- a/drivers/pinctrl/sh-pfc/pfc-sh7372.c +++ b/drivers/pinctrl/sh-pfc/pfc-sh7372.c @@ -23,8 +23,7 @@ #include <linux/io.h> #include <linux/kernel.h> #include <linux/pinctrl/pinconf-generic.h> - -#include <mach/irqs.h> +#include <linux/sh_intc.h> #include "core.h" #include "sh_pfc.h" |