diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2012-12-15 17:51:55 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-01-24 19:24:31 -0500 |
commit | c3323806a67c0c656e27956b7340e37ba6c6968b (patch) | |
tree | d4a0fb474386ba456dbed6ccbd82f6ea8891f151 /drivers/pinctrl/sh-pfc/pfc-sh7372.c | |
parent | b93911e3d59bcd665a810fdf8ec7040a74eb4ff4 (diff) |
sh-pfc: Move sh_pfc.h from include/linux/ to driver directory
The header file isn't used by arch code anymore. Make it private to the
driver.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'drivers/pinctrl/sh-pfc/pfc-sh7372.c')
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-sh7372.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-sh7372.c b/drivers/pinctrl/sh-pfc/pfc-sh7372.c index a52fabe90f38..d44e7f02069b 100644 --- a/drivers/pinctrl/sh-pfc/pfc-sh7372.c +++ b/drivers/pinctrl/sh-pfc/pfc-sh7372.c | |||
@@ -21,10 +21,11 @@ | |||
21 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | 21 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
22 | */ | 22 | */ |
23 | #include <linux/kernel.h> | 23 | #include <linux/kernel.h> |
24 | #include <linux/sh_pfc.h> | ||
25 | #include <mach/irqs.h> | 24 | #include <mach/irqs.h> |
26 | #include <mach/sh7372.h> | 25 | #include <mach/sh7372.h> |
27 | 26 | ||
27 | #include "sh_pfc.h" | ||
28 | |||
28 | #define CPU_ALL_PORT(fn, pfx, sfx) \ | 29 | #define CPU_ALL_PORT(fn, pfx, sfx) \ |
29 | PORT_10(fn, pfx, sfx), PORT_90(fn, pfx, sfx), \ | 30 | PORT_10(fn, pfx, sfx), PORT_90(fn, pfx, sfx), \ |
30 | PORT_10(fn, pfx##10, sfx), PORT_10(fn, pfx##11, sfx), \ | 31 | PORT_10(fn, pfx##10, sfx), PORT_10(fn, pfx##11, sfx), \ |