summaryrefslogtreecommitdiff
path: root/firmware/drivers/ramdisk.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ramdisk.c')
-rw-r--r--firmware/drivers/ramdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ramdisk.c b/firmware/drivers/ramdisk.c
index 0a3e991382..266d3ea225 100644
--- a/firmware/drivers/ramdisk.c
+++ b/firmware/drivers/ramdisk.c
@@ -84,7 +84,7 @@ void ramdisk_spindown(int seconds)
84 (void)seconds; 84 (void)seconds;
85} 85}
86#ifdef STORAGE_GET_INFO 86#ifdef STORAGE_GET_INFO
87void ramdisk_get_info(struct storage_info *info) 87void ramdisk_get_info(IF_MV2(int drive,) struct storage_info *info)
88{ 88{
89 /* firmware version */ 89 /* firmware version */
90 info->revision="0.00"; 90 info->revision="0.00";