summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-01-19 08:04:36 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-01-19 08:04:36 +0000
commit31a4dc9caa4c549e729ae8edf1c4648fbc6afc88 (patch)
treead9baaaacd97d3c55c61db860d7bd7cd99778ab0 /firmware
parent5e7b4f8c7ebc552633f2ded5c75cb41dddeec133 (diff)
undo the last commit... I'm too tired to fgure out how to make batt bench work without the spin down notification (aka, fix red the really lazy way)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24284 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/ata_idle_notify.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/ata_idle_notify.h b/firmware/export/ata_idle_notify.h
index 7c6f951790..348165f1d1 100644
--- a/firmware/export/ata_idle_notify.h
+++ b/firmware/export/ata_idle_notify.h
@@ -46,8 +46,7 @@ enum {
#define USING_STORAGE_CALLBACK !defined(SIMULATOR) \
&& ! ((CONFIG_STORAGE & STORAGE_NAND) \
&& (CONFIG_NAND == NAND_IFP7XX)) \
- && !defined(BOOTLOADER) \
- && !defined(HAVE_HOTSWAP_STORAGE_AS_MAIN)
+ && !defined(BOOTLOADER)
extern void register_storage_idle_func(void (*function)(void *data));
#if USING_STORAGE_CALLBACK