diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-17 12:17:20 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 18:44:44 +0900 |
commit | b94ea27570e4ae87942e2f2ae386d4007ef7ac58 (patch) | |
tree | 9bbd902e87a76bde0fc63c08218add2e926a14d1 /arch/sh/boards/mach-microdev/setup.c | |
parent | ca0c14e447a399eb90a1c9a4357560c2a29ef499 (diff) | |
download | op-kernel-dev-b94ea27570e4ae87942e2f2ae386d4007ef7ac58.zip op-kernel-dev-b94ea27570e4ae87942e2f2ae386d4007ef7ac58.tar.gz |
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 a9202fe..9f5a978 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 }; |