On 8/29/23 15:01, Mathieu Poirier wrote:
+ *
+ * ti_k3_m4_remoteproc.c:
+ * Copyright (C) 2021 Texas Instruments Incorporated -https://www.ti.com/
+ * Hari Nagalla<hnagalla@xxxxxx>
*/
#ifndef REMOTEPROC_TI_K3_COMMON_H
@@ -82,6 +86,7 @@ struct k3_rproc {
u32 ti_sci_id;
struct mbox_chan *mbox;
struct mbox_client client;
+ bool ipc_only;
From the comments above this should have been removed.
I got it removed from the driver replacing the ipc_only flag with
runtime logic, but failed to remove from header file. Will fix it and
send the patch series. Thanks