forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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 *****************************************************************************/