summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata_mmc.c
diff options
context:
space:
mode:
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