kernel/drivers/input/touchscreen/focaltech_touch/focaltech_flash.c
.. .. @@ -35,6 +35,7 @@ 35 35 #include "focaltech_core.h" 36 36 #include "focaltech_flash.h" 37 37 38 +#define vfs_read(fp, buf, len, pos) kernel_read(fp, buf, len, pos)38 39 /***************************************************************************** 39 40 * Static variables 40 41 *****************************************************************************/