Browse Source

NOR/CORE: review scope of data

Add "static" qualifier to private data.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
tags/v0.5.0-rc1
Antonio Borneo 14 years ago
parent
commit
300f0f53c5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/flash/nor/core.c

+ 1
- 1
src/flash/nor/core.c View File

@@ -36,7 +36,7 @@
* primarily support access from Tcl scripts or from GDB.
*/

struct flash_bank *flash_banks;
static struct flash_bank *flash_banks;

int flash_driver_erase(struct flash_bank *bank, int first, int last)
{


Loading…
Cancel
Save