diff --git a/model/input/driver/hdf_touch.c b/model/input/driver/hdf_touch.c index b129da732780a2e511f2fe2e89fa0df45ff7bd3c..d92aa1dade181cd455ede64cef00954382a1a6fa 100644 --- a/model/input/driver/hdf_touch.c +++ b/model/input/driver/hdf_touch.c @@ -104,7 +104,7 @@ int32_t TouchIoctl(InputDevice *inputdev, int32_t cmd, unsigned long arg) } #ifndef CONFIG_DISABLE_POLL -uint32_t TouchPoll(FAR struct file *filep, InputDevice *inputDev, poll_table *wait) +uint32_t TouchPoll(struct file *filep, InputDevice *inputDev, poll_table *wait) { uint32_t pollMask = 0; if (filep == NULL || filep->f_vnode == NULL) {