aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sfc/efx.c')
-rw-r--r--drivers/net/sfc/efx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/efx.c b/drivers/net/sfc/efx.c
index 612cd815088f..d7705a755164 100644
--- a/drivers/net/sfc/efx.c
+++ b/drivers/net/sfc/efx.c
@@ -1910,7 +1910,7 @@ static struct efx_phy_operations efx_dummy_phy_operations = {
1910 1910
1911static struct efx_board efx_dummy_board_info = { 1911static struct efx_board efx_dummy_board_info = {
1912 .init = efx_port_dummy_op_int, 1912 .init = efx_port_dummy_op_int,
1913 .init_leds = efx_port_dummy_op_void, 1913 .init_phy = efx_port_dummy_op_void,
1914 .set_id_led = efx_port_dummy_op_set_id_led, 1914 .set_id_led = efx_port_dummy_op_set_id_led,
1915 .monitor = efx_port_dummy_op_int, 1915 .monitor = efx_port_dummy_op_int,
1916 .fini = efx_port_dummy_op_void, 1916 .fini = efx_port_dummy_op_void,