summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/mount.h')
-rw-r--r--mdk-stage1/mount.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/mdk-stage1/mount.h b/mdk-stage1/mount.h
index 82795462f..3c24f8bbd 100644
--- a/mdk-stage1/mount.h
+++ b/mdk-stage1/mount.h
@@ -27,9 +27,6 @@
#endif
int my_mount(char *dev, char *location, char *fs, int force_rw);
-
-#ifndef DISABLE_MEDIAS
-int ensure_dev_exists(char *dev);
-#endif
+int ensure_dev_exists(const char * dev);
#endif