summaryrefslogtreecommitdiffstats
path: root/firmware/sdmmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/sdmmc.c')
-rw-r--r--firmware/sdmmc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/sdmmc.c b/firmware/sdmmc.c
index f499ffae08..bb3820f930 100644
--- a/firmware/sdmmc.c
+++ b/firmware/sdmmc.c
@@ -18,13 +18,8 @@
* KIND, either express or implied.
*
****************************************************************************/
-#include <stdbool.h>
#include "config.h"
-#if (CONFIG_STORAGE & STORAGE_MMC)
-#include "ata_mmc.h"
-#else
#include "sdmmc.h"
-#endif
/* helper function to extract n (<=32) bits from an arbitrary position.
counting from MSB to LSB */