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:
parent
5667682dd2
commit
f6789a7d73
3 changed files with 0 additions and 9 deletions
|
|
@ -1171,7 +1171,6 @@ void powermgmt_init(void)
|
|||
|
||||
#endif /* SIMULATOR */
|
||||
|
||||
#ifndef BOOTLOADER
|
||||
void sys_poweroff(void)
|
||||
{
|
||||
#ifndef BOOTLOADER
|
||||
|
|
@ -1193,7 +1192,6 @@ void sys_poweroff(void)
|
|||
queue_broadcast(SYS_POWEROFF, 0);
|
||||
#endif /* BOOTLOADER */
|
||||
}
|
||||
#endif
|
||||
|
||||
void cancel_shutdown(void)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -925,9 +925,3 @@ void charging_algorithm_close(void)
|
|||
while (charger_close)
|
||||
sleep(HZ/10);
|
||||
}
|
||||
|
||||
#ifdef BOOTLOADER
|
||||
void sys_poweroff(void)
|
||||
{
|
||||
}
|
||||
#endif /* BOOTLOADER */
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue