diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-17 04:17:20 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 10:44:44 +0100 |
commit | b94ea27570e4ae87942e2f2ae386d4007ef7ac58 (patch) | |
tree | 9bbd902e87a76bde0fc63c08218add2e926a14d1 /arch/sh/boards/mach-microdev/setup.c | |
parent | sh: Kill off sh_bios_in_gdb_mode(). (diff) | |
download | linux-b94ea27570e4ae87942e2f2ae386d4007ef7ac58.tar.xz linux-b94ea27570e4ae87942e2f2ae386d4007ef7ac58.zip |
sh: Kill off the cayman and microdev special heartbeat code.
These can use the generic code instead.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-microdev/setup.c')
-rw-r--r-- | arch/sh/boards/mach-microdev/setup.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/sh/boards/mach-microdev/setup.c b/arch/sh/boards/mach-microdev/setup.c index a9202fe3cb59..9f5a97812e75 100644 --- a/arch/sh/boards/mach-microdev/setup.c +++ b/arch/sh/boards/mach-microdev/setup.c @@ -18,12 +18,6 @@ #include <asm/io.h> #include <asm/machvec.h> -extern void microdev_heartbeat(void); - - -/****************************************************************************/ - - /* * Setup for the SMSC FDC37C93xAPM */ @@ -398,8 +392,4 @@ static struct sh_machine_vector mv_sh4202_microdev __initmv = { .mv_outsl = microdev_outsl, .mv_init_irq = init_microdev_irq, - -#ifdef CONFIG_HEARTBEAT - .mv_heartbeat = microdev_heartbeat, -#endif }; |