#include "common.h"
 
-extern u32 MediaChange;
-
-
-
 static u8 SM_Init[] = {
 0x7B, 0x09, 0x7C, 0xF0, 0x7D, 0x10, 0x7E, 0xE9,
 0x7F, 0xCC, 0x12, 0x2F, 0x71, 0x90, 0xE9, 0xCC,
 
        return NO_ERROR;
 }
 
-/* ----- Release_D_CopySector() ------------------------------------------ */
-static int Release_D_CopySector(struct us_data *us)
-{
-       Log2Phy[Media.Zone][Media.LogBlock] = WriteBlock;
-       Media.PhyBlock = ReadBlock;
-
-       if (Media.PhyBlock == NO_ASSIGN) {
-               Media.PhyBlock = WriteBlock;
-               return SMSUCCESS;
-       }
-
-       Clr_D_Bit(Assign[Media.Zone], Media.PhyBlock);
-       Media.PhyBlock = WriteBlock;
-
-       return SMSUCCESS;
-}
-
 /* SmartMedia Physical Format Test Subroutine */
 /* ----- Check_D_MediaFmt() --------------------------------------------- */
 int Check_D_MediaFmt(struct us_data *us)
        return SMSUCCESS;
 }
 
+/* ----- Release_D_CopySector() ------------------------------------------ */
+static int Release_D_CopySector(struct us_data *us)
+{
+       Log2Phy[Media.Zone][Media.LogBlock] = WriteBlock;
+       Media.PhyBlock = ReadBlock;
+
+       if (Media.PhyBlock == NO_ASSIGN) {
+               Media.PhyBlock = WriteBlock;
+               return SMSUCCESS;
+       }
+
+       Clr_D_Bit(Assign[Media.Zone], Media.PhyBlock);
+       Media.PhyBlock = WriteBlock;
+
+       return SMSUCCESS;
+}
+
 /* SmartMedia Physical Address Control Subroutine */
 /* ----- Conv_D_MediaAddr() --------------------------------------------- */
 static int Conv_D_MediaAddr(struct us_data *us, u32 addr)