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 --- firmware/drivers/sd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/drivers/sd.c') diff --git a/firmware/drivers/sd.c b/firmware/drivers/sd.c index 94b7c0a7f4..3c4543fbc9 100644 --- a/firmware/drivers/sd.c +++ b/firmware/drivers/sd.c @@ -21,7 +21,7 @@ #include "config.h" #include "logf.h" -#include "hotswap.h" +#include "sdmmc.h" #include "storage.h" static const unsigned char sd_mantissa[] = { /* *10 */ -- cgit v1.2.3