Merge "msm: eva: rm HFI_MSG_SESSION_CVP_FLUSH_DEPRECATE" into eva-kernel.lnx.1.0

This commit is contained in:
Linux Build Service Account
2021-01-15 19:48:19 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -656,7 +656,6 @@ int cvp_hfi_process_msg_packet(u32 device_id, void *hdr,
pkt_func = (pkt_func_def)hfi_process_session_abort_done;
break;
case HFI_MSG_SESSION_CVP_FLUSH:
case HFI_MSG_SESSION_CVP_FLUSH_DEPRECATE:
pkt_func = (pkt_func_def)hfi_process_session_flush_done;
break;
case HFI_MSG_SESSION_CVP_OPERATION_CONFIG: