From a0557b23f0c984576fd5a72657593211df148ca4 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 5 Jun 2010 21:12:16 +0000 Subject: 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 --- apps/debug_menu.c | 2 +- apps/root_menu.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'apps') 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 @@ #include "mas.h" #include "eeprom_24cxx.h" #if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD) -#include "hotswap.h" +#include "sdmmc.h" #endif #if (CONFIG_STORAGE & STORAGE_ATA) #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 @@ #ifdef HAVE_HOTSWAP #include "storage.h" -#include "hotswap.h" #include "dir.h" #endif /* gui api */ -- cgit v1.2.3