Commit c9b361cc authored by Nicolas Saenz Julienne's avatar Nicolas Saenz Julienne Committed by Greg Kroah-Hartman
Browse files

staging: vc04_services: Get rid of vchiq_on_remote_use_active()

parent 913e4e05
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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)
+0 −1
Original line number Diff line number Diff line
@@ -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: