From 9b5572857a3e42e0984b0daa3c478561337a0451 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sun, 20 Jun 2010 17:44:24 +0800 Subject: [PATCH] nor/str7x: review scope of symbols Add "static" qualifier to private function. Signed-off-by: Antonio Borneo --- src/flash/nor/str7x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flash/nor/str7x.c b/src/flash/nor/str7x.c index 4c450afa97..069e90c2e4 100644 --- a/src/flash/nor/str7x.c +++ b/src/flash/nor/str7x.c @@ -394,7 +394,7 @@ static int str7x_protect(struct flash_bank *bank, int set, int first, int last) return ERROR_OK; } -int str7x_write_block(struct flash_bank *bank, uint8_t *buffer, +static int str7x_write_block(struct flash_bank *bank, uint8_t *buffer, uint32_t offset, uint32_t count) { struct str7x_flash_bank *str7x_info = bank->driver_priv; -- 2.30.2