hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/rkflash/rkflash_api.h
....@@ -41,7 +41,7 @@
4141 int (*discard)(u32 sec, u32 n_sec);
4242 };
4343
44
-#ifdef CONFIG_RK_NANDC_NAND
44
+#if IS_REACHABLE(CONFIG_RK_NANDC_NAND)
4545 extern const struct flash_boot_ops nandc_nand_ops;
4646 #endif
4747