aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet')
-rw-r--r--drivers/net/ethernet/sfc/siena_sriov.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/sfc/siena_sriov.c b/drivers/net/ethernet/sfc/siena_sriov.c
index a8f48a45584..d49b53dc2a5 100644
--- a/drivers/net/ethernet/sfc/siena_sriov.c
+++ b/drivers/net/ethernet/sfc/siena_sriov.c
@@ -1035,6 +1035,7 @@ efx_sriov_get_channel_name(struct efx_channel *channel, char *buf, size_t len)
1035static const struct efx_channel_type efx_sriov_channel_type = { 1035static const struct efx_channel_type efx_sriov_channel_type = {
1036 .handle_no_channel = efx_sriov_handle_no_channel, 1036 .handle_no_channel = efx_sriov_handle_no_channel,
1037 .pre_probe = efx_sriov_probe_channel, 1037 .pre_probe = efx_sriov_probe_channel,
1038 .post_remove = efx_channel_dummy_op_void,
1038 .get_name = efx_sriov_get_channel_name, 1039 .get_name = efx_sriov_get_channel_name,
1039 /* no copy operation; channel must not be reallocated */ 1040 /* no copy operation; channel must not be reallocated */
1040 .keep_eventq = true, 1041 .keep_eventq = true,