mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-11-10 09:54:28 -05:00
Comment unused macronix_nand_block_protection_support due to workaround
needed to fix booting
Fix compilation warning:
drivers/mtd/nand/raw/nand_macronix.c:220:13: error: 'macronix_nand_block_protection_support' defined but not used [-Werror=unused-function]
220 | static void macronix_nand_block_protection_support(struct nand_chip *chip)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
|
||
|---|---|---|
| .. | ||
| base-files | ||
| dts | ||
| generic | ||
| image | ||
| patches-5.15 | ||
| profiles | ||
| smp | ||
| config-5.15 | ||
| Makefile | ||
| modules.mk | ||