From c101ba767fb5e963aa489f77a798969f964a488e Mon Sep 17 00:00:00 2001 From: jdgordon Date: Tue, 19 Jan 2010 08:04:36 +0000 Subject: [PATCH] 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 --- firmware/export/ata_idle_notify.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firmware/export/ata_idle_notify.h b/firmware/export/ata_idle_notify.h index 7c6f95179..348165f1d 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 -- 2.11.4.GIT