staging: vc04_services: Get rid of vchiq_on_remote_use_active()

Function does nothing.

Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Link: https://lore.kernel.org/r/20200131103836.14312-12-nsaenzjulienne@suse.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Nicolas Saenz Julienne 2020-01-31 11:38:27 +01:00 committed by Greg Kroah-Hartman
parent 913e4e05a4
commit c9b361ccd0
2 changed files with 0 additions and 7 deletions

View File

@ -2962,12 +2962,6 @@ out:
return ret;
}
/* stub functions */
void vchiq_on_remote_use_active(struct vchiq_state *state)
{
(void)state;
}
void vchiq_platform_conn_state_changed(struct vchiq_state *state,
enum vchiq_connstate oldstate,
enum vchiq_connstate newstate)

View File

@ -1815,7 +1815,6 @@ parse_rx_slots(struct vchiq_state *state)
vchiq_on_remote_release(state);
break;
case VCHIQ_MSG_REMOTE_USE_ACTIVE:
vchiq_on_remote_use_active(state);
break;
default: