diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-10-23 10:32:22 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-24 13:27:17 +0200 |
commit | 8698a6b642910a3d35be7160cd00dc98ab584d97 (patch) | |
tree | 7bc8d746a73dda7e78729cda328250f2fa42331e /drivers/net/sfc | |
parent | sfc: Maintain interrupt moderation values in ticks, not microseconds (diff) | |
download | linux-8698a6b642910a3d35be7160cd00dc98ab584d97.tar.xz linux-8698a6b642910a3d35be7160cd00dc98ab584d97.zip |
sfc: Removed kernel-doc for nonexistent member of efx_phy_operations
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc')
-rw-r--r-- | drivers/net/sfc/net_driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sfc/net_driver.h b/drivers/net/sfc/net_driver.h index c8b6998d7fc7..13bc1b496da8 100644 --- a/drivers/net/sfc/net_driver.h +++ b/drivers/net/sfc/net_driver.h @@ -528,7 +528,6 @@ struct efx_mac_operations { * @fini: Shut down PHY * @reconfigure: Reconfigure PHY (e.g. for new link parameters) * @clear_interrupt: Clear down interrupt - * @blink: Blink LEDs * @poll: Poll for hardware state. Serialised by the mac_lock. * @get_settings: Get ethtool settings. Serialised by the mac_lock. * @set_settings: Set ethtool settings. Serialised by the mac_lock. |