Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 870800d2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Remove unreferenced struct"

parents c0684b30 b462c254
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1236,11 +1236,6 @@ static void msm_comm_clean_notify_client(struct msm_vidc_core *core)
	mutex_unlock(&core->lock);
}

struct sys_err_handler_data {
	struct msm_vidc_core *core;
	struct delayed_work work;
};

static void handle_sys_error(enum hal_command_response cmd, void *data)
{
	struct msm_vidc_cb_cmd_done *response = data;