hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
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 *****************************************************************************/