summaryrefslogtreecommitdiffstats
path: root/edi.c
diff options
context:
space:
mode:
Diffstat (limited to 'edi.c')
-rw-r--r--edi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/edi.c b/edi.c
index 2afd032ab..bd5b269b5 100644
--- a/edi.c
+++ b/edi.c
@@ -457,7 +457,7 @@ int edi_chip_read(struct flashctx *flash, uint8_t *buf, unsigned int start, unsi
return 0;
}
-int edi_shutdown(void *data)
+static int edi_shutdown(void *data)
{
struct flashctx *flash;
int rc;