summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach/common.h
diff options
context:
space:
mode:
authorKuninori Morimoto2013-03-28 09:49:15 +0100
committerSimon Horman2013-04-02 04:02:19 +0200
commitf96c764dac2c2761fc05164255c0ed689b8ac496 (patch)
tree24717521dcdf1c1115c43b7109ebf6e7850143d2 /arch/arm/mach-shmobile/include/mach/common.h
parentARM: shmobile: sh73a0: move global functions to sh73a0.h (diff)
downloadkernel-qcow2-linux-f96c764dac2c2761fc05164255c0ed689b8ac496.tar.gz
kernel-qcow2-linux-f96c764dac2c2761fc05164255c0ed689b8ac496.tar.xz
kernel-qcow2-linux-f96c764dac2c2761fc05164255c0ed689b8ac496.zip
ARM: shmobile: r8a7740: move global functions to r8a7740.h
There is no reason each CPU's own function has to exist in common.h. r8a7740_xxx() go to r8a7740.h Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-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/common.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h
index 48eeca9d25a3..4d5410de00d6 100644
--- a/arch/arm/mach-shmobile/include/mach/common.h
+++ b/arch/arm/mach-shmobile/include/mach/common.h
@@ -19,15 +19,6 @@ extern int shmobile_enter_wfi(struct cpuidle_device *dev,
struct cpuidle_driver *drv, int index);
extern void shmobile_cpuidle_set_driver(struct cpuidle_driver *drv);
-extern void r8a7740_meram_workaround(void);
-extern void r8a7740_init_irq(void);
-extern void r8a7740_map_io(void);
-extern void r8a7740_add_early_devices(void);
-extern void r8a7740_add_standard_devices(void);
-extern void r8a7740_clock_init(u8 md_ck);
-extern void r8a7740_pinmux_init(void);
-extern void r8a7740_pm_init(void);
-
extern void r8a7779_init_delay(void);
extern void r8a7779_init_irq(void);
extern void r8a7779_init_irq_extpin(int irlm);