diff options
Diffstat (limited to 'drivers/mtd/nand/raw/octeontx_bch.c')
-rw-r--r-- | drivers/mtd/nand/raw/octeontx_bch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/octeontx_bch.c b/drivers/mtd/nand/raw/octeontx_bch.c index fc16b77416b..056a6857822 100644 --- a/drivers/mtd/nand/raw/octeontx_bch.c +++ b/drivers/mtd/nand/raw/octeontx_bch.c @@ -27,7 +27,7 @@ #include <asm/arch/clock.h> #include "octeontx_bch.h" -LIST_HEAD(octeontx_bch_devices); +static LIST_HEAD(octeontx_bch_devices); static unsigned int num_vfs = BCH_NR_VF; static void *bch_pf; static void *bch_vf; |