forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/input/touchscreen/focaltech_touch/focaltech_flash.c
....@@ -35,6 +35,7 @@
3535 #include "focaltech_core.h"
3636 #include "focaltech_flash.h"
3737
38
+#define vfs_read(fp, buf, len, pos) kernel_read(fp, buf, len, pos)
3839 /*****************************************************************************
3940 * Static variables
4041 *****************************************************************************/