hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
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