summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-06-05 21:12:16 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-06-05 21:12:16 +0000
commita0557b23f0c984576fd5a72657593211df148ca4 (patch)
treedb0d1f7a3826bc6fb74965b100d25fb0870e553b /apps
parent8bd527eaa00a9b256f2e371d79677445d34658fb (diff)
downloadrockbox-a0557b23f0c984576fd5a72657593211df148ca4.tar.gz
rockbox-a0557b23f0c984576fd5a72657593211df148ca4.zip
remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hotswapping things
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26598 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c2
-rw-r--r--apps/root_menu.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index f14b7cdcdf..1814bfbb7c 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -64,7 +64,7 @@
64#include "mas.h" 64#include "mas.h"
65#include "eeprom_24cxx.h" 65#include "eeprom_24cxx.h"
66#if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD) 66#if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)
67#include "hotswap.h" 67#include "sdmmc.h"
68#endif 68#endif
69#if (CONFIG_STORAGE & STORAGE_ATA) 69#if (CONFIG_STORAGE & STORAGE_ATA)
70#include "ata.h" 70#include "ata.h"
diff --git a/apps/root_menu.c b/apps/root_menu.c
index e533c8ccc7..dab70f52c7 100644
--- a/apps/root_menu.c
+++ b/apps/root_menu.c
@@ -40,7 +40,6 @@
40 40
41#ifdef HAVE_HOTSWAP 41#ifdef HAVE_HOTSWAP
42#include "storage.h" 42#include "storage.h"
43#include "hotswap.h"
44#include "dir.h" 43#include "dir.h"
45#endif 44#endif
46/* gui api */ 45/* gui api */