]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/arm/mach-shmobile/setup-sh73a0.c
Merge tag 'sh-pinmux' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[linux-beck.git] / arch / arm / mach-shmobile / setup-sh73a0.c
index eab1bae785a1e6b46f6b8badb21ec6886e17d924..48f7f583647a3f71de41f722cddcee6dceeae60a 100644 (file)
@@ -821,7 +821,7 @@ void __init sh73a0_add_standard_devices(void)
 /* do nothing for !CONFIG_SMP or !CONFIG_HAVE_TWD */
 void __init __weak sh73a0_register_twd(void) { }
 
-static void __init sh73a0_earlytimer_init(void)
+void __init sh73a0_earlytimer_init(void)
 {
        sh73a0_clock_init();
        shmobile_earlytimer_init();
@@ -835,7 +835,4 @@ void __init sh73a0_add_early_devices(void)
 
        /* setup early console here as well */
        shmobile_setup_console();
-
-       /* override timer setup with soc-specific code */
-       shmobile_timer.init = sh73a0_earlytimer_init;
 }