1
0
Fork 0
forked from len0rd/rockbox

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

@ -144,9 +144,6 @@
/* Define this if you have a TCC7801 */ /* Define this if you have a TCC7801 */
#define CONFIG_CPU TCC7801 #define CONFIG_CPU TCC7801
/* Define this if you have ATA power-off control */
#define HAVE_ATA_POWER_OFF
/* Define this to the CPU frequency */ /* Define this to the CPU frequency */
#define CPU_FREQ 48000000 #define CPU_FREQ 48000000

View file

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