X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fdrivers.c;h=3e09a0045a6eeef8e3a0bb86956a71a2d8f25d1c;hb=0d8f60e28f0f6e2bf65c674154b129fffae9eca8;hp=7f71d83a892428d202503a73fd4da4963260821e;hpb=ae6374e25dae7b02636e440549b87040d03cc5aa;p=openocd.git diff --git a/src/flash/nor/drivers.c b/src/flash/nor/drivers.c index 7f71d83a89..3e09a0045a 100644 --- a/src/flash/nor/drivers.c +++ b/src/flash/nor/drivers.c @@ -44,7 +44,7 @@ extern struct flash_driver faux_flash; * The list of built-in flash drivers. * @todo Make this dynamically extendable with loadable modules. */ -struct flash_driver *flash_drivers[] = { +static struct flash_driver *flash_drivers[] = { &lpc2000_flash, &lpc288x_flash, &lpc2900_flash,