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

Commit 797eba42 authored by Gerrit Renker's avatar Gerrit Renker Committed by David S. Miller
Browse files

[TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymore

parent 78282d2a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -151,11 +151,6 @@ void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h,
}
EXPORT_SYMBOL_GPL(tfrc_rx_hist_add_packet);

static inline void tfrc_rx_hist_entry_delete(struct tfrc_rx_hist_entry *entry)
{
	kmem_cache_free(tfrc_rx_hist_slab, entry);
}

/**
 * tfrc_rx_hist_entry - return the n-th history entry after loss_start
 */