forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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 *****************************************************************************/