D2: Remove unnecessary ide_power functions.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21757 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rob Purchase 2009-07-10 20:02:35 +00:00
parent d633a9fbee
commit 7ad3a333a3
2 changed files with 0 additions and 13 deletions

View file

@ -48,16 +48,6 @@ void power_init(void)
#endif
}
void ide_power_enable(bool on)
{
(void)on;
}
bool ide_powered(void)
{
return true;
}
void power_off(void)
{
/* Forcibly cut power to SoC & peripherals by putting the PCF to sleep */