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

staging: vc04_services: Get rid of vchiq_platform_handle_timeout()

parent 004e890d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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
 */
+0 −5
Original line number Diff line number Diff line
@@ -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;
			}
+0 −3
Original line number Diff line number Diff line
@@ -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);