summaryrefslogtreecommitdiff
path: root/src/flash/mflash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/mflash.h')
-rw-r--r--src/flash/mflash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flash/mflash.h b/src/flash/mflash.h
index 358d2536..bb3cd05b 100644
--- a/src/flash/mflash.h
+++ b/src/flash/mflash.h
@@ -142,7 +142,6 @@ struct mflash_bank
};
int mflash_register_commands(struct command_context *cmd_ctx);
-int mflash_init_drivers(struct command_context *cmd_ctx);
#define MG_MFLASH_SECTOR_SIZE (0x200) /* 512Bytes = 2^9 */
#define MG_MFLASH_SECTOR_SIZE_MASK (0x200-1)