diff options
Diffstat (limited to 'drivers/pinctrl/sh-pfc/pfc-r8a7779.c')
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-r8a7779.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7779.c b/drivers/pinctrl/sh-pfc/pfc-r8a7779.c index 81471722682f..13feaa0c0eb7 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7779.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7779.c | |||
@@ -19,9 +19,10 @@ | |||
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include <linux/kernel.h> | 21 | #include <linux/kernel.h> |
22 | #include <linux/sh_pfc.h> | ||
23 | #include <mach/r8a7779.h> | 22 | #include <mach/r8a7779.h> |
24 | 23 | ||
24 | #include "sh_pfc.h" | ||
25 | |||
25 | #define CPU_32_PORT(fn, pfx, sfx) \ | 26 | #define CPU_32_PORT(fn, pfx, sfx) \ |
26 | PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ | 27 | PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ |
27 | PORT_10(fn, pfx##2, sfx), PORT_1(fn, pfx##30, sfx), \ | 28 | PORT_10(fn, pfx##2, sfx), PORT_1(fn, pfx##30, sfx), \ |