Commit 913e4e05 authored by Nicolas Saenz Julienne's avatar Nicolas Saenz Julienne Committed by Greg Kroah-Hartman

staging: vc04_services: Get rid of vchiq_platform_handle_timeout()

The function does nothing.
Signed-off-by: default avatarNicolas Saenz Julienne <nsaenzjulienne@suse.de>
Link: https://lore.kernel.org/r/20200131103836.14312-11-nsaenzjulienne@suse.deSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 004e890d
......@@ -257,11 +257,6 @@ int vchiq_dump_platform_state(void *dump_context)
return vchiq_dump(dump_context, buf, len + 1);
}
void
vchiq_platform_handle_timeout(struct vchiq_state *state)
{
(void)state;
}
/*
* Local functions
*/
......
......@@ -1911,11 +1911,6 @@ slot_handler_func(void *v)
"message");
}
break;
case VCHIQ_CONNSTATE_PAUSE_TIMEOUT:
case VCHIQ_CONNSTATE_RESUME_TIMEOUT:
vchiq_platform_handle_timeout(state);
break;
default:
break;
}
......
......@@ -638,9 +638,6 @@ vchiq_platform_conn_state_changed(struct vchiq_state *state,
enum vchiq_connstate oldstate,
enum vchiq_connstate newstate);
extern void
vchiq_platform_handle_timeout(struct vchiq_state *state);
extern void
vchiq_set_conn_state(struct vchiq_state *state, enum vchiq_connstate newstate);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment