From 7ad3a333a3af8a6ca3d6f1b4b025b0b7245684dd Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Fri, 10 Jul 2009 20:02:35 +0000 Subject: D2: Remove unnecessary ide_power functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21757 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-cowond2.h | 3 --- firmware/target/arm/tcc780x/cowond2/power-cowond2.c | 10 ---------- 2 files changed, 13 deletions(-) diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 08d3baae10..5d65437eab 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -144,9 +144,6 @@ /* Define this if you have a 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 CPU_FREQ 48000000 diff --git a/firmware/target/arm/tcc780x/cowond2/power-cowond2.c b/firmware/target/arm/tcc780x/cowond2/power-cowond2.c index d3f6a1ce16..aed6a1911b 100644 --- a/firmware/target/arm/tcc780x/cowond2/power-cowond2.c +++ b/firmware/target/arm/tcc780x/cowond2/power-cowond2.c @@ -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 */ -- cgit v1.2.3