Skip to content

Commit

Permalink
sh: Kill off the cayman and microdev special heartbeat code.
Browse files Browse the repository at this point in the history
These can use the generic code instead.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Dec 22, 2008
1 parent ca0c14e commit b94ea27
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 166 deletions.
1 change: 0 additions & 1 deletion arch/sh/boards/mach-cayman/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
# Makefile for the Hitachi Cayman specific parts of the kernel
#
obj-y := setup.o irq.o
obj-$(CONFIG_HEARTBEAT) += led.o
51 changes: 0 additions & 51 deletions arch/sh/boards/mach-cayman/led.c

This file was deleted.

3 changes: 0 additions & 3 deletions arch/sh/boards/mach-microdev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
#

obj-y := setup.o irq.o io.o

obj-$(CONFIG_HEARTBEAT) += led.o

101 changes: 0 additions & 101 deletions arch/sh/boards/mach-microdev/led.c

This file was deleted.

10 changes: 0 additions & 10 deletions arch/sh/boards/mach-microdev/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
#include <asm/io.h>
#include <asm/machvec.h>

extern void microdev_heartbeat(void);


/****************************************************************************/


/*
* Setup for the SMSC FDC37C93xAPM
*/
Expand Down Expand Up @@ -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
};

0 comments on commit b94ea27

Please sign in to comment.