Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120137
b: refs/heads/master
c: b94ea27
h: refs/heads/master
i:
  120135: 48a0eca
v: v3
  • Loading branch information
Paul Mundt committed Dec 22, 2008
1 parent 040ae82 commit 10cc419
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 167 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ca0c14e447a399eb90a1c9a4357560c2a29ef499
refs/heads/master: b94ea27570e4ae87942e2f2ae386d4007ef7ac58
1 change: 0 additions & 1 deletion trunk/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 trunk/arch/sh/boards/mach-cayman/led.c

This file was deleted.

3 changes: 0 additions & 3 deletions trunk/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 trunk/arch/sh/boards/mach-microdev/led.c

This file was deleted.

10 changes: 0 additions & 10 deletions trunk/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 10cc419

Please sign in to comment.