summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/renesas/rts7751r2d/led.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-09-27 14:02:09 +0900
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 14:02:09 +0900
commit36efc35447154317f9ffc5163a1793b5f7ff3de1 (patch)
treee90017bb7caffa93994c05897e4cb1bbcc278de1 /arch/sh/boards/renesas/rts7751r2d/led.c
parente8fb67f8e05bb1f4c07c3585967cfc6d44822ab0 (diff)
sh: RTS7751R2D board updates.
More of the same, trivial cleanups, and moving options to their own board-specific Kconfig. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/renesas/rts7751r2d/led.c')
-rw-r--r--arch/sh/boards/renesas/rts7751r2d/led.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sh/boards/renesas/rts7751r2d/led.c b/arch/sh/boards/renesas/rts7751r2d/led.c
index cf35f90dfe0..e14a13d12d4 100644
--- a/arch/sh/boards/renesas/rts7751r2d/led.c
+++ b/arch/sh/boards/renesas/rts7751r2d/led.c
@@ -53,12 +53,3 @@ void rts7751r2d_led(unsigned short value)
ctrl_outw(value, PA_OUTPORT);
}
-void debug_led_disp(void)
-{
- unsigned short value;
-
- value = (unsigned short)debug_counter++;
- rts7751r2d_led(value);
- if (value == 0xff)
- debug_counter = 0;
-}