summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/sd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/drivers/sd.c b/firmware/drivers/sd.c
index 4034b9453d..b53570de02 100644
--- a/firmware/drivers/sd.c
+++ b/firmware/drivers/sd.c
@@ -80,9 +80,9 @@ void sd_spindown(int seconds)
80} 80}
81 81
82#ifdef STORAGE_GET_INFO 82#ifdef STORAGE_GET_INFO
83void sd_get_info(IF_MV2(int drive,) struct storage_info *info) 83void sd_get_info(IF_MD2(int drive,) struct storage_info *info)
84{ 84{
85#ifndef HAVE_MULTIVOLUME 85#ifndef HAVE_MULTIDRIVE
86 const int drive=0; 86 const int drive=0;
87#endif 87#endif
88 88