aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-12-17 12:19:30 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-12-22 18:44:44 +0900
commit7b80fb32b39a51ce3e1afa051f5a616eb8ecbed3 (patch)
tree4ab8968c41898392e99569dbcb79febccac14d41 /arch/sh/include
parentsh: Kill off the cayman and microdev special heartbeat code. (diff)
downloadlinux-dev-7b80fb32b39a51ce3e1afa051f5a616eb8ecbed3.tar.xz
linux-dev-7b80fb32b39a51ce3e1afa051f5a616eb8ecbed3.zip
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 f1bae02ef7b6..e14e09b3d6d7 100644
--- a/arch/sh/include/asm/machvec.h
+++ b/arch/sh/include/asm/machvec.h
@@ -47,8 +47,6 @@ struct sh_machine_vector {
void (*mv_init_irq)(void);
void (*mv_init_pci)(void);
- void (*mv_heartbeat)(void);
-
void __iomem *(*mv_ioport_map)(unsigned long port, unsigned int size);
void (*mv_ioport_unmap)(void __iomem *);
};