From aa97ba100aa19b893ba71dff28b5b0b5b0fc42b2 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Sat, 25 Jul 2009 18:42:30 +0000 Subject: Revert r22034 since the backlight handling functions are not consistently named between targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22035 a1c6a512-1295-4272-9138-f99709370657 --- firmware/panic.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'firmware/panic.c') diff --git a/firmware/panic.c b/firmware/panic.c index 66b9e4d7eb..0790835ac5 100644 --- a/firmware/panic.c +++ b/firmware/panic.c @@ -30,9 +30,6 @@ #include "led.h" #include "power.h" #include "system.h" -#ifdef HAVE_BACKLIGHT -#include "backlight-target.h" -#endif static char panic_buf[128]; #define LINECHARS (LCD_WIDTH/SYSFONT_WIDTH) @@ -82,10 +79,6 @@ void panicf( const char *fmt, ...) lcd_update(); DEBUGF("%s", panic_buf); -#ifdef HAVE_BACKLIGHT - _backlight_on(); -#endif - set_cpu_frequency(0); #ifdef HAVE_ATA_POWER_OFF -- cgit