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

Commit b462c254 authored by Deva Ramasubramanian's avatar Deva Ramasubramanian
Browse files

msm: vidc: Remove unreferenced struct



struct sys_err_handler_data was left over after some code was deleted as
part of 845e9210.  Since it's useless
now, just delete it.

Change-Id: I51335f8421705814cbbd82360ceb49bae16286ec
Signed-off-by: default avatarDeva Ramasubramanian <dramasub@codeaurora.org>
parent 31f8dcc9
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1239,11 +1239,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;