forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
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