diff options
author | Magnus Damm <damm@opensource.se> | 2013-03-26 02:34:52 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-04-02 03:58:20 +0200 |
commit | d313d068d4b5801ea9c0c66bed66f37c64ad6807 (patch) | |
tree | 0f7e9af4d8423b98dbfe014625e4f11f6cf53cd6 /arch/arm/mach-shmobile/include/mach/r8a73a4.h | |
parent | ARM: shmobile: r8a73a4 IRQC support V2 (diff) | |
download | linux-d313d068d4b5801ea9c0c66bed66f37c64ad6807.tar.xz linux-d313d068d4b5801ea9c0c66bed66f37c64ad6807.zip |
ARM: shmobile: r8a73a4 PFC support
Add a platform device for the r8a73a4 PFC.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/r8a73a4.h')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a73a4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a73a4.h b/arch/arm/mach-shmobile/include/mach/r8a73a4.h index 6db3495479d8..f043103e32c9 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a73a4.h +++ b/arch/arm/mach-shmobile/include/mach/r8a73a4.h @@ -3,5 +3,6 @@ void r8a73a4_add_standard_devices(void); void r8a73a4_clock_init(void); +void r8a73a4_pinmux_init(void); #endif /* __ASM_R8A73A4_H__ */ |