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

@ -925,9 +925,3 @@ void charging_algorithm_close(void)
while (charger_close)
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
/* Service the watchdog timer - serviced from the power thread every minute */
void watchdog_init(unsigned int half_seconds);
void watchdog_service(void);