1
0
Fork 0
forked from len0rd/rockbox

Fix red. Remove stale comment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19548 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-12-21 18:27:59 +00:00
parent 5667682dd2
commit f6789a7d73
3 changed files with 0 additions and 9 deletions

View file

@ -1171,7 +1171,6 @@ void powermgmt_init(void)
#endif /* SIMULATOR */ #endif /* SIMULATOR */
#ifndef BOOTLOADER
void sys_poweroff(void) void sys_poweroff(void)
{ {
#ifndef BOOTLOADER #ifndef BOOTLOADER
@ -1193,7 +1192,6 @@ void sys_poweroff(void)
queue_broadcast(SYS_POWEROFF, 0); queue_broadcast(SYS_POWEROFF, 0);
#endif /* BOOTLOADER */ #endif /* BOOTLOADER */
} }
#endif
void cancel_shutdown(void) void cancel_shutdown(void)
{ {

View file

@ -925,9 +925,3 @@ void charging_algorithm_close(void)
while (charger_close) while (charger_close)
sleep(HZ/10); sleep(HZ/10);
} }
#ifdef BOOTLOADER
void sys_poweroff(void)
{
}
#endif /* BOOTLOADER */

View file

@ -39,7 +39,6 @@ static inline void udelay(unsigned int usecs)
} }
#endif #endif
/* Service the watchdog timer - serviced from the power thread every minute */
void watchdog_init(unsigned int half_seconds); void watchdog_init(unsigned int half_seconds);
void watchdog_service(void); void watchdog_service(void);