summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r--firmware/drivers/ata.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index 4ba5829f56..62b4fb6d8c 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -30,9 +30,6 @@
30#include "string.h" 30#include "string.h"
31#include "hwcompat.h" 31#include "hwcompat.h"
32 32
33/* skip whole file for an MMC-based system, FIXME in makefile */
34#ifndef HAVE_MMC
35
36#if CONFIG_CPU == SCF5249 33#if CONFIG_CPU == SCF5249
37 34
38/* don't use sh7034 assembler routines */ 35/* don't use sh7034 assembler routines */
@@ -1202,5 +1199,3 @@ int ata_init(void)
1202 1199
1203 return 0; 1200 return 0;
1204} 1201}
1205
1206#endif /* #ifndef HAVE_MMC */