aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/em357.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/em357.c')
-rw-r--r--src/flash/nor/em357.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/em357.c b/src/flash/nor/em357.c
index b14e0323..e6b27283 100644
--- a/src/flash/nor/em357.c
+++ b/src/flash/nor/em357.c
@@ -929,7 +929,7 @@ static const struct command_registration em357_command_handlers[] = {
COMMAND_REGISTRATION_DONE
};
-struct flash_driver em357_flash = {
+const struct flash_driver em357_flash = {
.name = "em357",
.commands = em357_command_handlers,
.flash_bank_command = em357_flash_bank_command,