From: Lothar Waßmann Date: Thu, 22 Oct 2015 09:26:36 +0000 (+0200) Subject: nand: mxs: make fake_ecc_layout static X-Git-Tag: KARO-TX6UL-2015-10-23~5 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=c0e745fd278128ddfaeff37d28171afedfa15ae8 nand: mxs: make fake_ecc_layout static --- diff --git a/drivers/mtd/nand/mxs_nand.c b/drivers/mtd/nand/mxs_nand.c index 3c5e935bd5..480b4a514c 100644 --- a/drivers/mtd/nand/mxs_nand.c +++ b/drivers/mtd/nand/mxs_nand.c @@ -174,7 +174,7 @@ static inline void dump_regs(void) } #endif -struct nand_ecclayout fake_ecc_layout; +static struct nand_ecclayout fake_ecc_layout; static int chunk_data_size = MXS_NAND_CHUNK_DATA_CHUNK_SIZE; static int galois_field = 13;