hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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 *****************************************************************************/