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

Commit 9fd8095d authored by Fengguang Wu's avatar Fengguang Wu Committed by Ben Hutchings
Browse files

sfc: efx_ef10_filter_update_rx_scatter() can be static

parent b51ca34a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2137,7 +2137,7 @@ out_unlock:
	return rc;
}

void efx_ef10_filter_update_rx_scatter(struct efx_nic *efx)
static void efx_ef10_filter_update_rx_scatter(struct efx_nic *efx)
{
	/* no need to do anything here on EF10 */
}