diff options
Diffstat (limited to 'drivers/net/sfc/mdio_10g.h')
-rw-r--r-- | drivers/net/sfc/mdio_10g.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/sfc/mdio_10g.h b/drivers/net/sfc/mdio_10g.h index 75791d3d4963..df0703940c83 100644 --- a/drivers/net/sfc/mdio_10g.h +++ b/drivers/net/sfc/mdio_10g.h | |||
@@ -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 2006-2009 Solarflare Communications Inc. | 3 | * Copyright 2006-2011 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 |
@@ -68,8 +68,7 @@ extern int efx_mdio_reset_mmd(struct efx_nic *efx, int mmd, | |||
68 | int spins, int spintime); | 68 | int spins, int spintime); |
69 | 69 | ||
70 | /* As efx_mdio_check_mmd but for multiple MMDs */ | 70 | /* As efx_mdio_check_mmd but for multiple MMDs */ |
71 | int efx_mdio_check_mmds(struct efx_nic *efx, | 71 | int efx_mdio_check_mmds(struct efx_nic *efx, unsigned int mmd_mask); |
72 | unsigned int mmd_mask, unsigned int fatal_mask); | ||
73 | 72 | ||
74 | /* Check the link status of specified mmds in bit mask */ | 73 | /* Check the link status of specified mmds in bit mask */ |
75 | extern bool efx_mdio_links_ok(struct efx_nic *efx, unsigned int mmd_mask); | 74 | extern bool efx_mdio_links_ok(struct efx_nic *efx, unsigned int mmd_mask); |