diff options
Diffstat (limited to 'sys/dev/flash/n25q.c')
| -rw-r--r-- | sys/dev/flash/n25q.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/flash/n25q.c b/sys/dev/flash/n25q.c index cd2c69a12d65..3ec4b12be954 100644 --- a/sys/dev/flash/n25q.c +++ b/sys/dev/flash/n25q.c @@ -139,7 +139,7 @@ static void n25q_strategy(struct bio *bp); static int n25q_getattr(struct bio *bp); static void n25q_task(void *arg); -struct n25q_flash_ident flash_devices[] = { +static struct n25q_flash_ident flash_devices[] = { { "n25q00", 0x20, 0xbb21, (64 * 1024), 2048, FL_ENABLE_4B_ADDR}, }; |
