summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata_mmc.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2004-10-05 08:11:11 +0000
committerBjörn Stenberg <bjorn@haxx.se>2004-10-05 08:11:11 +0000
commitb60b29f442081bde4300e674d56f9012feeab015 (patch)
tree845e9f0915c4564c1dd722708945b6acefd53d2f /firmware/drivers/ata_mmc.c
parentd2f2953a743040d5198587d34deead39d314340f (diff)
downloadrockbox-b60b29f442081bde4300e674d56f9012feeab015.tar.gz
rockbox-b60b29f442081bde4300e674d56f9012feeab015.zip
Compile ata_mmc.c for targets with mmc, ata.c for all others.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5174 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/ata_mmc.c')
-rw-r--r--firmware/drivers/ata_mmc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/drivers/ata_mmc.c b/firmware/drivers/ata_mmc.c
index 7a9a67839d..7a187f092b 100644
--- a/firmware/drivers/ata_mmc.c
+++ b/firmware/drivers/ata_mmc.c
@@ -33,9 +33,6 @@
33 33
34#include "bitswap.h" 34#include "bitswap.h"
35 35
36/* use file for an MMC-based system, FIXME in makefile */
37#ifdef HAVE_MMC
38
39#define SECTOR_SIZE 512 36#define SECTOR_SIZE 512
40 37
41/* Command definitions */ 38/* Command definitions */
@@ -702,5 +699,3 @@ int ata_init(void)
702 return rc; 699 return rc;
703} 700}
704 701
705#endif /* #ifdef HAVE_MMC */
706