diff mbox series

[16/27] powerpc: Drop status-LED code

Message ID 20240926204455.963584-17-sjg@chromium.org
State New
Delegated to: Tom Rini
Headers show
Series led: Remove old status-LED code | expand

Commit Message

Simon Glass Sept. 26, 2024, 8:44 p.m. UTC
This is not used anymore, so drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 arch/powerpc/lib/interrupts.c | 6 ------
 1 file changed, 6 deletions(-)
diff mbox series

Patch

diff --git a/arch/powerpc/lib/interrupts.c b/arch/powerpc/lib/interrupts.c
index 46208ae4c71..a2e7101a9d1 100644
--- a/arch/powerpc/lib/interrupts.c
+++ b/arch/powerpc/lib/interrupts.c
@@ -11,9 +11,6 @@ 
 #include <irq_func.h>
 #include <asm/processor.h>
 #include <watchdog.h>
-#ifdef CONFIG_LED_STATUS
-#include <status_led.h>
-#endif
 #include <asm/ptrace.h>
 
 #ifndef CONFIG_MPC83XX_TIMER
@@ -83,9 +80,6 @@  void timer_interrupt(struct pt_regs *regs)
 		schedule();
 #endif    /* CONFIG_WATCHDOG || CONFIG_HW_WATCHDOG */
 
-#ifdef CONFIG_LED_STATUS
-	status_led_tick(timestamp);
-#endif /* CONFIG_LED_STATUS */
 }
 
 ulong get_timer (ulong base)