From 069f88cfac1199657a7e4c9988b0bc86eca99ac9 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sat, 10 Apr 2010 19:56:24 +0800 Subject: [PATCH 1/1] NOR/AVRF: review scope of data Add "static" qualifier to private data. Signed-off-by: Antonio Borneo --- src/flash/nor/avrf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flash/nor/avrf.c b/src/flash/nor/avrf.c index 5b40ad73d8..15b8b27945 100644 --- a/src/flash/nor/avrf.c +++ b/src/flash/nor/avrf.c @@ -50,7 +50,7 @@ #define AVR_JTAG_REG_ProgrammingCommand_Len 15 #define AVR_JTAG_REG_FlashDataByte_Len 16 -struct avrf_type avft_chips_info[] = +static struct avrf_type avft_chips_info[] = { /* name, chip_id, flash_page_size, flash_page_num, * eeprom_page_size, eeprom_page_num -- 2.30.2