Re: [PATCH v5 5/5] remoteproc: k3-m4: Add a remoteproc driver for M4F subsystem

From: Hari Nagalla
Date: Sat Sep 02 2023 - 06:49:41 EST


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