summaryrefslogtreecommitdiff
path: root/firmware/hotswap.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/hotswap.c')
-rw-r--r--firmware/hotswap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/hotswap.c b/firmware/hotswap.c
index cb8a539c01..97c162ce39 100644
--- a/firmware/hotswap.c
+++ b/firmware/hotswap.c
@@ -20,7 +20,7 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21#include <stdbool.h> 21#include <stdbool.h>
22#include "config.h" 22#include "config.h"
23#ifdef HAVE_MMC 23#if (CONFIG_STORAGE & STORAGE_MMC)
24#include "ata_mmc.h" 24#include "ata_mmc.h"
25#else 25#else
26#include "hotswap.h" 26#include "hotswap.h"