diff options
Diffstat (limited to 'drivers/net/sfc/mcdi_mac.c')
-rw-r--r-- | drivers/net/sfc/mcdi_mac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sfc/mcdi_mac.c b/drivers/net/sfc/mcdi_mac.c index f88f4bf986ff..50c20777a564 100644 --- a/drivers/net/sfc/mcdi_mac.c +++ b/drivers/net/sfc/mcdi_mac.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /**************************************************************************** | 1 | /**************************************************************************** |
2 | * Driver for Solarflare Solarstorm network controllers and boards | 2 | * Driver for Solarflare Solarstorm network controllers and boards |
3 | * Copyright 2009 Solarflare Communications Inc. | 3 | * Copyright 2009-2010 Solarflare Communications Inc. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify it | 5 | * This program is free software; you can redistribute it and/or modify it |
6 | * under the terms of the GNU General Public License version 2 as published | 6 | * under the terms of the GNU General Public License version 2 as published |
@@ -138,7 +138,7 @@ static bool efx_mcdi_mac_check_fault(struct efx_nic *efx) | |||
138 | } | 138 | } |
139 | 139 | ||
140 | 140 | ||
141 | struct efx_mac_operations efx_mcdi_mac_operations = { | 141 | const struct efx_mac_operations efx_mcdi_mac_operations = { |
142 | .reconfigure = efx_mcdi_mac_reconfigure, | 142 | .reconfigure = efx_mcdi_mac_reconfigure, |
143 | .update_stats = efx_port_dummy_op_void, | 143 | .update_stats = efx_port_dummy_op_void, |
144 | .check_fault = efx_mcdi_mac_check_fault, | 144 | .check_fault = efx_mcdi_mac_check_fault, |