diff options
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/asm/machvec.h | 2 |
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 { | |||
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 | }; |