pkarashchenko commented on a change in pull request #5847: URL: https://github.com/apache/incubator-nuttx/pull/5847#discussion_r835899601
########## File path: drivers/rptun/rptun.c ########## @@ -141,14 +162,14 @@ static metal_phys_addr_t rptun_da_to_pa(FAR struct rptun_dev_s *dev, static struct remoteproc_ops g_rptun_ops = { - .init = rptun_init, - .remove = rptun_remove, - .config = rptun_config, - .start = rptun_start, - .stop = rptun_stop, - .notify = rptun_notify, - .get_mem = rptun_get_mem, - .can_recursive = rptun_can_recursive, + .init = rptun_init, + .remove = rptun_remove, + .config = rptun_config, + .start = rptun_start, + .stop = rptun_stop, + .notify = rptun_notify, + .get_mem = rptun_get_mem, + .wait_tx_buffer = rptun_wait_tx_buffer, Review comment: ``` Error: rptun/rptun.c:172:4: error: 'struct remoteproc_ops' has no member named 'wait_tx_buffer' 172 | .wait_tx_buffer = rptun_wait_tx_buffer, ``` Do we need to update OpenAMP version? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org