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

Commit efd816ae authored by LuK1337's avatar LuK1337 Committed by Rohit Sekhar
Browse files

drivers: rmnet_perf: Fix strict-prototypes error

Change-Id: I3e67da3d767f8d1198bca1c81e561c1ad2fe7363
parent 8579b66e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -712,7 +712,7 @@ void rmnet_perf_opt_insert_pkt_in_flow(
		flow_node->next_seq += payload_len;
		flow_node->next_seq += payload_len;
}
}
void
void
rmnet_perf_free_hash_table()
rmnet_perf_free_hash_table(void)
{
{
	int i;
	int i;
	struct rmnet_perf_opt_flow_node *flow_node;
	struct rmnet_perf_opt_flow_node *flow_node;