diff options
Diffstat (limited to 'drivers/net/sfc/net_driver.h')
-rw-r--r-- | drivers/net/sfc/net_driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/sfc/net_driver.h b/drivers/net/sfc/net_driver.h index f9d53a01bbc..b7e8fe96782 100644 --- a/drivers/net/sfc/net_driver.h +++ b/drivers/net/sfc/net_driver.h | |||
@@ -684,7 +684,6 @@ struct efx_filter_state; | |||
684 | * @mdio: PHY MDIO interface | 684 | * @mdio: PHY MDIO interface |
685 | * @mdio_bus: PHY MDIO bus ID (only used by Siena) | 685 | * @mdio_bus: PHY MDIO bus ID (only used by Siena) |
686 | * @phy_mode: PHY operating mode. Serialised by @mac_lock. | 686 | * @phy_mode: PHY operating mode. Serialised by @mac_lock. |
687 | * @xmac_poll_required: XMAC link state needs polling | ||
688 | * @link_advertising: Autonegotiation advertising flags | 687 | * @link_advertising: Autonegotiation advertising flags |
689 | * @link_state: Current state of the link | 688 | * @link_state: Current state of the link |
690 | * @n_link_state_changes: Number of times the link has changed state | 689 | * @n_link_state_changes: Number of times the link has changed state |
@@ -771,7 +770,6 @@ struct efx_nic { | |||
771 | unsigned int mdio_bus; | 770 | unsigned int mdio_bus; |
772 | enum efx_phy_mode phy_mode; | 771 | enum efx_phy_mode phy_mode; |
773 | 772 | ||
774 | bool xmac_poll_required; | ||
775 | u32 link_advertising; | 773 | u32 link_advertising; |
776 | struct efx_link_state link_state; | 774 | struct efx_link_state link_state; |
777 | unsigned int n_link_state_changes; | 775 | unsigned int n_link_state_changes; |