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>
This commit is contained in:
parent
b94ea27570
commit
7b80fb32b3
3 changed files with 0 additions and 12 deletions
|
@ -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 *);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue