summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sd-as3525.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sd-as3525.c')
-rw-r--r--firmware/target/arm/as3525/sd-as3525.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525.c b/firmware/target/arm/as3525/sd-as3525.c
index 2c04508089..9e4a86acbe 100644
--- a/firmware/target/arm/as3525/sd-as3525.c
+++ b/firmware/target/arm/as3525/sd-as3525.c
@@ -215,7 +215,6 @@ static void enable_controller_mci(bool on)
215/* AMS v1 have two different drive interfaces MCI_SD(XPD) and GGU_IDE */ 215/* AMS v1 have two different drive interfaces MCI_SD(XPD) and GGU_IDE */
216static void enable_controller(bool on, const int drive) 216static void enable_controller(bool on, const int drive)
217{ 217{
218 (void) on;
219 218
220 if (drive == INTERNAL_AS3525) 219 if (drive == INTERNAL_AS3525)
221 { 220 {
@@ -236,7 +235,6 @@ static void enable_controller(bool on, const int drive)
236 else 235 else
237 enable_controller_mci(on); 236 enable_controller_mci(on);
238#endif 237#endif
239
240} 238}
241 239
242#ifdef HAVE_HOTSWAP 240#ifdef HAVE_HOTSWAP