summaryrefslogtreecommitdiff
path: root/arch/sh/boards/mach-microdev/setup.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-12-17 12:17:20 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-12-22 18:44:44 +0900
commitb94ea27570e4ae87942e2f2ae386d4007ef7ac58 (patch)
tree9bbd902e87a76bde0fc63c08218add2e926a14d1 /arch/sh/boards/mach-microdev/setup.c
parentca0c14e447a399eb90a1c9a4357560c2a29ef499 (diff)
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.c10
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
};