aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-12-16 22:19:30 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-12-22 04:44:44 -0500
commit7b80fb32b39a51ce3e1afa051f5a616eb8ecbed3 (patch)
tree4ab8968c41898392e99569dbcb79febccac14d41 /arch/sh/include
parentb94ea27570e4ae87942e2f2ae386d4007ef7ac58 (diff)
sh: Kill off mv_heartbeat() from the machvec.
Nothing is using this any more, so get rid of it before anyone gets the bright idea to start using it again. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r--arch/sh/include/asm/machvec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/include/asm/machvec.h b/arch/sh/include/asm/machvec.h
index f1bae02ef7b..e14e09b3d6d 100644
--- a/arch/sh/include/asm/machvec.h
+++ b/arch/sh/include/asm/machvec.h
@@ -47,8 +47,6 @@ struct sh_machine_vector {
47 void (*mv_init_irq)(void); 47 void (*mv_init_irq)(void);
48 void (*mv_init_pci)(void); 48 void (*mv_init_pci)(void);
49 49
50 void (*mv_heartbeat)(void);
51
52 void __iomem *(*mv_ioport_map)(unsigned long port, unsigned int size); 50 void __iomem *(*mv_ioport_map)(unsigned long port, unsigned int size);
53 void (*mv_ioport_unmap)(void __iomem *); 51 void (*mv_ioport_unmap)(void __iomem *);
54}; 52};