diff options
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/common.h')
| -rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h index 83ad3fe0a75..c85e6ecda60 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h @@ -4,7 +4,6 @@  extern void shmobile_earlytimer_init(void);  extern struct sys_timer shmobile_timer;  struct twd_local_timer; -void shmobile_twd_init(struct twd_local_timer *twd_local_timer);  extern void shmobile_setup_console(void);  extern void shmobile_secondary_vector(void);  extern int shmobile_platform_cpu_kill(unsigned int cpu); @@ -82,5 +81,6 @@ extern int r8a7779_platform_cpu_kill(unsigned int cpu);  extern void r8a7779_secondary_init(unsigned int cpu);  extern int r8a7779_boot_secondary(unsigned int cpu);  extern void r8a7779_smp_prepare_cpus(void); +extern void r8a7779_register_twd(void);  #endif /* __ARCH_MACH_COMMON_H */  |