From beeb8bc925bef6973e1c9fa6c4fd26a4113a1777 Mon Sep 17 00:00:00 2001 From: Jacob Garber Date: Fri, 21 Jun 2019 15:24:17 -0600 Subject: tree: Make internal functions static None of these functions are used outside of the files they are defined in, so make them all static. Change-Id: Ie9cbe12d289bcedacf2f1bf483ae64ef8039ccc1 Signed-off-by: Jacob Garber Reviewed-on: https://review.coreboot.org/c/flashrom/+/33667 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes Reviewed-by: Nico Huber --- edi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'edi.c') diff --git a/edi.c b/edi.c index 2afd032a..bd5b269b 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; -- cgit v1.2.3