diff --git a/src/ipc/ipc4/handler-kernel.c b/src/ipc/ipc4/handler-kernel.c index 2d0f6c54f950..ae75ebc87303 100644 --- a/src/ipc/ipc4/handler-kernel.c +++ b/src/ipc/ipc4/handler-kernel.c @@ -98,16 +98,6 @@ static inline void ipc4_send_reply(struct ipc4_message_reply *reply) ret = memcpy_s(ipc->comp_data, sizeof(*reply), reply, sizeof(*reply)); assert(!ret); } - -static inline const struct ipc4_pipeline_set_state_data *ipc4_get_pipeline_data(void) -{ - const struct ipc4_pipeline_set_state_data *ppl_data; - struct ipc *ipc = ipc_get(); - - ppl_data = (const struct ipc4_pipeline_set_state_data *)ipc->comp_data; - - return ppl_data; -} #else static inline struct ipc4_message_request *ipc4_get_message_request(void) {