aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/flash/mx25l.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/flash/mx25l.c')
-rw-r--r--sys/dev/flash/mx25l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/flash/mx25l.c b/sys/dev/flash/mx25l.c
index 8430ea60d26c..960f93948e7f 100644
--- a/sys/dev/flash/mx25l.c
+++ b/sys/dev/flash/mx25l.c
@@ -116,7 +116,7 @@ static void mx25l_strategy(struct bio *bp);
static int mx25l_getattr(struct bio *bp);
static void mx25l_task(void *arg);
-struct mx25l_flash_ident flash_devices[] = {
+static struct mx25l_flash_ident flash_devices[] = {
{ "en25f32", 0x1c, 0x3116, 64 * 1024, 64, FL_NONE },
{ "en25p32", 0x1c, 0x2016, 64 * 1024, 64, FL_NONE },
{ "en25p64", 0x1c, 0x2017, 64 * 1024, 128, FL_NONE },